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

Method SetPreCompiledObject

src/armnn/layers/PreCompiledLayer.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void PreCompiledLayer::SetPreCompiledObject(PreCompiledObjectPtr preCompiledObject)
48{
49 m_PreCompiledObject = std::move(preCompiledObject);
50}
51
52void PreCompiledLayer::ExecuteStrategy(IStrategy& strategy) const
53{

Callers 2

AddPrecompiledLayerMethod · 0.80
CloneTests.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected