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

Method SetDebugToFileEnabled

src/armnn/Network.cpp:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132void OptimizerOptionsOpaque::SetDebugToFileEnabled(bool DebugFileState)
133{
134 p_OptimizerOptionsImpl->m_DebugToFile = DebugFileState;
135}
136
137void OptimizerOptionsOpaque::SetReduceFp32ToFp16(bool ReduceFp32ToFp16State)
138{

Callers 3

InferenceModelMethod · 0.80
ToDelegateOptionsMethod · 0.80
OptimizeNetworkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected