Home
last modified time | relevance | path

Searched refs:GetDebugCallbackFunction (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/armnn/delegate/opaque/src/
H A Darmnn_delegate.cpp528 if (delegate->m_Options.GetDebugCallbackFunction().has_value()) in Create()
530 …m_Runtime->RegisterDebugCallback(networkId, delegate->m_Options.GetDebugCallbackFunction().value()… in Create()
/aosp_15_r20/external/armnn/delegate/common/include/
H A DDelegateOptions.hpp225 const armnn::Optional<armnn::DebugCallbackFunction>& GetDebugCallbackFunction() const;
/aosp_15_r20/external/armnn/delegate/classic/src/
H A Darmnn_delegate.cpp461 if (delegate->m_Options.GetDebugCallbackFunction().has_value()) in Create()
463 …m_Runtime->RegisterDebugCallback(networkId, delegate->m_Options.GetDebugCallbackFunction().value()… in Create()
/aosp_15_r20/external/armnn/delegate/common/src/
H A DDelegateOptions.cpp422 const armnn::Optional<armnn::DebugCallbackFunction>& DelegateOptions::GetDebugCallbackFunction() co… in GetDebugCallbackFunction() function in armnnDelegate::DelegateOptions