ArmNN
 20.05
TfParser.hpp File Reference
#include "armnnTfParser/ITfParser.hpp"
#include "armnn/Types.hpp"
#include "armnn/Tensor.hpp"
#include "armnn/INetwork.hpp"
#include <list>
#include <map>
#include <memory>
#include <unordered_map>
#include <utility>
#include <vector>

Go to the source code of this file.

Classes

struct  WithOutputTensorIndex< T >
 WithOutputTensorIndex wraps a value and an index. More...
 
class  TfParser
 

Namespaces

 armnn
 Copyright (c) 2020 ARM Limited.
 
 armnnTfParser
 

Typedefs

using ParsedTfOperationPtr = std::unique_ptr< ParsedTfOperation >
 
using OutputOfParsedTfOperation = WithOutputTensorIndex< ParsedTfOperation * >
 
using OutputOfConstNodeDef = WithOutputTensorIndex< const tensorflow::NodeDef * >
 
using OutputId = WithOutputTensorIndex< std::string >