Home
last modified time | relevance | path

Searched refs:GetDebugToFileEnabled (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/armnn/src/armnn/
H A DNetwork.cpp101 p_OptimizerOptionsImpl->m_DebugToFile = other.GetDebugToFileEnabled(); in operator =()
185 bool OptimizerOptionsOpaque::GetDebugToFileEnabled() const in GetDebugToFileEnabled() function in armnn::OptimizerOptionsOpaque
1944 if (options.GetDebugEnabled() && !options.GetDebugToFileEnabled()) in Optimize()
1948 else if (options.GetDebugToFileEnabled()) in Optimize()
/aosp_15_r20/external/armnn/include/armnn/
H A DINetwork.hpp293 bool GetDebugToFileEnabled() const;