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

Method SetProfilingEnabled

src/armnn/Network.cpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122void OptimizerOptionsOpaque::SetProfilingEnabled(bool ProfilingState)
123{
124 p_OptimizerOptionsImpl->m_ProfilingEnabled = ProfilingState;
125}
126
127void OptimizerOptionsOpaque::SetDebugEnabled(bool DebugState)
128{

Callers 5

DelegateOptionsMethod · 0.80
GetSoftmaxProfilerJsonFunction · 0.80
InferenceModelMethod · 0.80
ToDelegateOptionsMethod · 0.80
OptimizeNetworkMethod · 0.80

Calls

no outgoing calls

Tested by 1

GetSoftmaxProfilerJsonFunction · 0.64