53 std::unique_ptr<DeserializerImpl> pDeserializerImpl;
BindingPointInfo GetNetworkOutputBindingInfo(unsigned int layerId, const std::string &name) const
Retrieve binding info (layer id and tensor info) for the network output identified by the given layer...
BindingPointInfo GetNetworkInputBindingInfo(unsigned int layerId, const std::string &name) const
Retrieve binding info (layer id and tensor info) for the network input identified by the given layer ...
static IDeserializer * CreateRaw()
armnn::INetworkPtr CreateNetworkFromBinary(const std::vector< uint8_t > &binaryContent)
Create an input network from binary file contents.
static IDeserializerPtr Create()
static void Destroy(IDeserializer *parser)
std::unique_ptr< IDeserializer, void(*)(IDeserializer *parser)> IDeserializerPtr
int LayerBindingId
Type of identifiers for bindable layers (inputs, outputs).
std::unique_ptr< INetwork, void(*)(INetwork *network)> INetworkPtr
armnn::LayerBindingId m_BindingId
armnn::TensorInfo m_TensorInfo