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

Method GetAllowExpandedDims

src/armnn/Network.cpp:192–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192bool OptimizerOptionsOpaque::GetAllowExpandedDims() const
193{
194 return p_OptimizerOptionsImpl->m_AllowExpandedDims;
195}
196
197armnn::ModelOptions OptimizerOptionsOpaque::GetModelOptions() const
198{

Callers 2

Network.cppFile · 0.45

Calls 2

AsBoolMethod · 0.80
ParseOptionsFunction · 0.50

Tested by

no test coverage detected