Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/armnn
/ Serialize
Method
Serialize
src/armnnSerializer/Serializer.cpp:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
void ISerializer::Serialize(const armnn::INetwork& inNetwork)
46
{
47
pSerializerImpl->Serialize(inNetwork);
48
}
49
50
bool ISerializer::SaveSerializedToStream(std::ostream& stream)
51
{
Callers
3
ActivationSerializationTests.cpp
File · 0.45
SerializeNetwork
Function · 0.45
SerializeNetwork
Function · 0.45
Calls
3
GetVersionTable
Method · 0.80
ExecuteStrategy
Method · 0.45
Finish
Method · 0.45
Tested by
1
SerializeNetwork
Function · 0.36