Home
last modified time | relevance | path

Searched refs:ToDelegateOptions (Results 1 – 3 of 3) sorted by relevance

/external/armnn/tests/ExecuteNetwork/
DExecuteNetworkParams.hpp74 armnnDelegate::DelegateOptions ToDelegateOptions() const;
DExecuteNetworkParams.cpp118 armnnDelegate::DelegateOptions ExecuteNetworkParams::ToDelegateOptions() const in ToDelegateOptions() function in ExecuteNetworkParams
DTfliteExecutor.cpp33 armnnDelegate::DelegateOptions delegateOptions = m_Params.ToDelegateOptions(); in TfLiteExecutor()