24.08
|
#include <IDeserializer.hpp>
Classes | |
class | DeserializerImpl |
Public Member Functions | |
armnn::INetworkPtr | CreateNetworkFromBinary (const std::vector< uint8_t > &binaryContent) |
Create an input network from binary file contents. More... | |
armnn::INetworkPtr | CreateNetworkFromBinary (std::istream &binaryContent) |
Create an input network from a binary input stream. More... | |
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 name and layers id. More... | |
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 name and layers id. More... | |
Static Public Member Functions | |
static IDeserializer * | CreateRaw () |
static IDeserializerPtr | Create () |
static void | Destroy (IDeserializer *parser) |
Definition at line 27 of file IDeserializer.hpp.
|
static |
Definition at line 47 of file Deserializer.cpp.
Referenced by ArmnnDriverImpl::PrepareArmnnModelFromCache().
armnn::INetworkPtr CreateNetworkFromBinary | ( | const std::vector< uint8_t > & | binaryContent | ) |
Create an input network from binary file contents.
Definition at line 57 of file Deserializer.cpp.
References IDeserializer::CreateNetworkFromBinary().
Referenced by IDeserializer::CreateNetworkFromBinary().
armnn::INetworkPtr CreateNetworkFromBinary | ( | std::istream & | binaryContent | ) |
Create an input network from a binary input stream.
Definition at line 62 of file Deserializer.cpp.
|
static |
Definition at line 42 of file Deserializer.cpp.
Referenced by IOnnxParser::Create().
|
static |
Definition at line 52 of file Deserializer.cpp.
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 name and layers id.
Definition at line 67 of file Deserializer.cpp.
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 name and layers id.
Definition at line 72 of file Deserializer.cpp.