|
25.11
|
#include <Serializer.hpp>
Public Member Functions | |
| SerializerImpl ()=default | |
| ~SerializerImpl ()=default | |
| void | Serialize (const armnn::INetwork &inNetwork) |
| Serializes the network to ArmNN SerializedGraph. | |
| bool | SaveSerializedToStream (std::ostream &stream) |
| Serializes the SerializedGraph to the stream. | |
Definition at line 365 of file Serializer.hpp.
|
default |
|
default |
| bool SaveSerializedToStream | ( | std::ostream & | stream | ) |
Serializes the SerializedGraph to the stream.
| [stream] | the stream to save to |
Definition at line 2562 of file Serializer.cpp.
References armnn::numeric_cast(), and SaveSerializedToStream().
Referenced by SaveSerializedToStream().
| void Serialize | ( | const armnn::INetwork & | inNetwork | ) |
Serializes the network to ArmNN SerializedGraph.
| [in] | inNetwork | The network to be serialized. |
Definition at line 2543 of file Serializer.cpp.
References INetwork::ExecuteStrategy(), and Serialize().
Referenced by Serialize().