38 std::unique_ptr<SerializerImpl> pSerializerImpl;
Main network class which provides the interface for building up a neural network.
bool SaveSerializedToStream(std::ostream &stream)
Serializes the SerializedGraph to the stream.
static ISerializerPtr Create()
void Serialize(const armnn::INetwork &inNetwork)
Serializes the network to ArmNN SerializedGraph.
static ISerializer * CreateRaw()
static void Destroy(ISerializer *serializer)
std::unique_ptr< ISerializer, void(*)(ISerializer *serializer)> ISerializerPtr