|
25.11
|
#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. | |
| armnn::INetworkPtr | CreateNetworkFromBinary (std::istream &binaryContent) |
| Create an input network from a binary input stream. | |
| 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. | |
| 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. | |
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.
References Create(), CreateRaw(), and Destroy().
Referenced by Create().
| 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 CreateNetworkFromBinary().
Referenced by CreateNetworkFromBinary(), and CreateNetworkFromBinary().
| armnn::INetworkPtr CreateNetworkFromBinary | ( | std::istream & | binaryContent | ) |
Create an input network from a binary input stream.
Definition at line 62 of file Deserializer.cpp.
References CreateNetworkFromBinary().
|
static |
Definition at line 42 of file Deserializer.cpp.
References CreateRaw().
Referenced by Create(), and CreateRaw().
|
static |
| 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.
References GetNetworkInputBindingInfo().
Referenced by GetNetworkInputBindingInfo().
| 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.
References GetNetworkOutputBindingInfo().
Referenced by GetNetworkOutputBindingInfo().