Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/delegate/common/src/
H A DDelegateOptions.cpp362 void DelegateOptions::SetDynamicBackendsPath(const std::string& dynamicBackendsPath) in SetDynamicBackendsPath() argument
364 p_DelegateOptionsImpl->p_RuntimeOptions.m_DynamicBackendsPath = dynamicBackendsPath; in SetDynamicBackendsPath()
/aosp_15_r20/external/armnn/delegate/common/include/
H A DDelegateOptions.hpp199 void SetDynamicBackendsPath(const std::string& dynamicBackendsPath);
/aosp_15_r20/external/armnn/tests/
H A DInferenceModel.hpp417 const std::string& dynamicBackendsPath, in InferenceModel() argument
421 m_DynamicBackendsPath(dynamicBackendsPath), in InferenceModel()