Home
last modified time | relevance | path

Searched refs:SetDebugToFileEnabled (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/armnn/tests/ExecuteNetwork/
H A DExecuteNetworkParams.cpp143 optimizerOptions.SetDebugToFileEnabled(m_PrintIntermediateOutputsToFile); in ToDelegateOptions()
H A DArmNNExecutor.cpp524 options.SetDebugToFileEnabled(m_Params.m_PrintIntermediateOutputsToFile); in OptimizeNetwork()
/aosp_15_r20/external/armnn/include/armnn/
H A DINetwork.hpp309 void SetDebugToFileEnabled(bool DebugFileState);
/aosp_15_r20/external/armnn/tests/
H A DInferenceModel.hpp461 options.SetDebugToFileEnabled(params.m_PrintIntermediateLayersToFile); in InferenceModel()
/aosp_15_r20/external/armnn/src/armnn/
H A DNetwork.cpp130 void OptimizerOptionsOpaque::SetDebugToFileEnabled(bool DebugFileState) in SetDebugToFileEnabled() function in armnn::OptimizerOptionsOpaque