|
25.11
|
#include <ISerializer.hpp>
Classes | |
| class | SerializerImpl |
Public Member Functions | |
| void | Serialize (const armnn::INetwork &inNetwork) |
| Serializes the network to ArmNN SerializedGraph. | |
| bool | SaveSerializedToStream (std::ostream &stream) |
| Serializes the SerializedGraph to the stream. | |
Static Public Member Functions | |
| static ISerializer * | CreateRaw () |
| static ISerializerPtr | Create () |
| static void | Destroy (ISerializer *serializer) |
Definition at line 17 of file ISerializer.hpp.
|
static |
Definition at line 35 of file Serializer.cpp.
References Create(), CreateRaw(), and Destroy().
Referenced by Create().
|
static |
Definition at line 30 of file Serializer.cpp.
References CreateRaw().
Referenced by Create(), and CreateRaw().
|
static |
| bool SaveSerializedToStream | ( | std::ostream & | stream | ) |
Serializes the SerializedGraph to the stream.
| [stream] | the stream to save to |
Definition at line 50 of file Serializer.cpp.
References 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 45 of file Serializer.cpp.
References Serialize().
Referenced by Serialize().