ArmNN
 20.02
ITfParser.hpp File Reference
#include "armnn/Types.hpp"
#include "armnn/Tensor.hpp"
#include "armnn/INetwork.hpp"
#include <map>
#include <memory>
#include <unordered_map>
#include <vector>

Go to the source code of this file.

Classes

class  ITfParser
 Parses a directed acyclic graph from a tensorflow protobuf file. More...
 

Namespaces

 armnnTfParser
 

Typedefs

using BindingPointInfo = armnn::BindingPointInfo
 
using ITfParserPtr = std::unique_ptr< ITfParser, void(*)(ITfParser *parser)>