Home
last modified time | relevance | path

Searched refs:m_DynamicBackendsPath (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/armnn/tests/
H A DInferenceModel.hpp68 std::string m_DynamicBackendsPath; member
363 std::string m_DynamicBackendsPath; member
395 cxxopts::value(cLineOptions.m_DynamicBackendsPath)) in AddCommandLineOptions()
421 m_DynamicBackendsPath(dynamicBackendsPath), in InferenceModel()
432 options.m_DynamicBackendsPath = m_DynamicBackendsPath; in InferenceModel()
789 std::string m_DynamicBackendsPath; member in InferenceModel
H A DInferenceTest.hpp64 std::string m_DynamicBackendsPath; member
69 , m_DynamicBackendsPath() in InferenceTestOptions()
H A DInferenceTest.inl411 commonOptions.m_DynamicBackendsPath);
/aosp_15_r20/external/armnn/tests/ExecuteNetwork/
H A DExecuteNetworkParams.cpp51 if (m_DynamicBackendsPath == "") in ValidateParams()
121 delegateOptions.SetDynamicBackendsPath(m_DynamicBackendsPath); in ToDelegateOptions()
H A DExecuteNetworkProgramOptions.cpp234 cxxopts::value<std::string>(m_RuntimeOptions.m_DynamicBackendsPath))
532 m_ExNetParams.m_DynamicBackendsPath = m_RuntimeOptions.m_DynamicBackendsPath; in ParseOptions()
H A DExecuteNetworkParams.hpp31 std::string m_DynamicBackendsPath; member
H A DArmNNExecutor.cpp21 runtimeOptions.m_DynamicBackendsPath = params.m_DynamicBackendsPath; in ArmNNExecutor()
/aosp_15_r20/external/armnn/include/armnn/
H A DIRuntime.hpp90 , m_DynamicBackendsPath("") in CreationOptions()
106 std::string m_DynamicBackendsPath; member
/aosp_15_r20/external/armnn/delegate/common/src/
H A DDelegateOptions.cpp167 runtimeOptions.m_DynamicBackendsPath = std::string(options_values[i]); in DelegateOptions()
364 p_DelegateOptionsImpl->p_RuntimeOptions.m_DynamicBackendsPath = dynamicBackendsPath; in SetDynamicBackendsPath()
369 return p_DelegateOptionsImpl->p_RuntimeOptions.m_DynamicBackendsPath; in GetDynamicBackendsPath()
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/
H A DDynamicBackendTests.hpp1281 creationOptions.m_DynamicBackendsPath = testDynamicBackendsSubDir5; in RuntimeDynamicBackendsTestImpl()
1322 creationOptions.m_DynamicBackendsPath = testDynamicBackendsSubDir6; in RuntimeDuplicateDynamicBackendsTestImpl()
1363 creationOptions.m_DynamicBackendsPath = testDynamicBackendsSubDir9; in RuntimeInvalidDynamicBackendsTestImpl()
1383 creationOptions.m_DynamicBackendsPath = "InvalidPath"; in RuntimeInvalidOverridePathTestImpl()
1419 creationOptions.m_DynamicBackendsPath = referenceDynamicBackendSubDir; in CreateReferenceDynamicBackendTestImpl()
/aosp_15_r20/external/armnn/tests/TfLiteMobileNetSsd-Armnn/
H A DTfLiteMobileNetSsd-Armnn.cpp69 commonOptions.m_DynamicBackendsPath); in main()
/aosp_15_r20/external/armnn/python/pyarmnn/src/pyarmnn/swig/modules/
H A Darmnn_runtime.i97 std::string m_DynamicBackendsPath; member
/aosp_15_r20/external/armnn/tests/TfLiteYoloV3Big-Armnn/
H A DTfLiteYoloV3Big-Armnn.cpp500 runtimeOptions.m_DynamicBackendsPath = progArgs.dynamicBackendPath; in main()
/aosp_15_r20/external/armnn/src/armnn/
H A DRuntime.cpp343 LoadDynamicBackends(options.m_DynamicBackendsPath); in RuntimeImpl()
/aosp_15_r20/external/armnn/src/backends/
H A DREADME.md320 …e when creating the Runtime object by setting the value of the ```m_DynamicBackendsPath``` member …
322 By setting the value of the ```m_DynamicBackendsPath``` to a path in the filesystem, Arm NN will en…
/aosp_15_r20/external/armnn/docs/
H A D05_05_runtimeoptions.dox45 m_DynamicBackendsPath | dynamic-backends-path | (Not Available) | String file path | A path in whic…