MCPcopy Create free account
hub / github.com/ARM-software/armnn / SaveSerializedToStream

Method SaveSerializedToStream

src/armnnSerializer/Serializer.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50bool ISerializer::SaveSerializedToStream(std::ostream& stream)
51{
52 return pSerializerImpl->SaveSerializedToStream(stream);
53}
54
55serializer::ActivationFunction GetFlatBufferActivationFunction(armnn::ActivationFunction function)
56{

Callers 3

SerializeNetworkFunction · 0.45
SerializeNetworkFunction · 0.45

Calls 2

writeMethod · 0.80
GetSizeMethod · 0.45

Tested by 1

SerializeNetworkFunction · 0.36