24.08
|
Go to the documentation of this file.
54 const std::string& name)
const;
59 const std::string& name)
const;
74 std::unique_ptr<TfLiteParserImpl> pTfLiteParserImpl;
std::unique_ptr< INetwork, void(*)(INetwork *network)> INetworkPtr
std::vector< std::string > GetSubgraphOutputTensorNames(size_t subgraphId) const
Return the output tensor names for a given subgraph.
std::pair< armnn::LayerBindingId, armnn::TensorInfo > BindingPointInfo
BindingPointInfo GetNetworkInputBindingInfo(size_t subgraphId, const std::string &name) const
Retrieve binding info (layer id and tensor info) for the network input identified by the given layer ...
static ITfLiteParserPtr Create(const armnn::Optional< TfLiteParserOptions > &options=armnn::EmptyOptional())
static ITfLiteParser * CreateRaw(const armnn::Optional< TfLiteParserOptions > &options=armnn::EmptyOptional())
std::vector< std::string > GetSubgraphInputTensorNames(size_t subgraphId) const
Return the input tensor names for a given subgraph.
armnn::BindingPointInfo BindingPointInfo
size_t GetSubgraphCount() const
Return the number of subgraphs in the parsed model.
EmptyOptional is used to initialize the Optional class in case we want to have default value for an O...
static void Destroy(ITfLiteParser *parser)
std::unique_ptr< ITfLiteParser, void(*)(ITfLiteParser *parser)> ITfLiteParserPtr
armnn::INetworkPtr CreateNetworkFromBinaryFile(const char *graphFile)
Create the network from a flatbuffers binary file on disk.
bool m_StandInLayerForUnsupported
BindingPointInfo GetNetworkOutputBindingInfo(size_t subgraphId, const std::string &name) const
Retrieve binding info (layer id and tensor info) for the network output identified by the given layer...
armnn::INetworkPtr CreateNetworkFromBinary(const std::vector< uint8_t > &binaryContent)
Create the network from a flatbuffers binary.