Searched refs:m_DynamicBackendsPath (Results 1 – 16 of 16) sorted by relevance
68 std::string m_DynamicBackendsPath; member363 std::string m_DynamicBackendsPath; member395 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
64 std::string m_DynamicBackendsPath; member69 , m_DynamicBackendsPath() in InferenceTestOptions()
411 commonOptions.m_DynamicBackendsPath);
51 if (m_DynamicBackendsPath == "") in ValidateParams()121 delegateOptions.SetDynamicBackendsPath(m_DynamicBackendsPath); in ToDelegateOptions()
234 cxxopts::value<std::string>(m_RuntimeOptions.m_DynamicBackendsPath))532 m_ExNetParams.m_DynamicBackendsPath = m_RuntimeOptions.m_DynamicBackendsPath; in ParseOptions()
31 std::string m_DynamicBackendsPath; member
21 runtimeOptions.m_DynamicBackendsPath = params.m_DynamicBackendsPath; in ArmNNExecutor()
90 , m_DynamicBackendsPath("") in CreationOptions()106 std::string m_DynamicBackendsPath; member
167 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()
1281 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()
69 commonOptions.m_DynamicBackendsPath); in main()
97 std::string m_DynamicBackendsPath; member
500 runtimeOptions.m_DynamicBackendsPath = progArgs.dynamicBackendPath; in main()
343 LoadDynamicBackends(options.m_DynamicBackendsPath); in RuntimeImpl()
320 …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…
45 m_DynamicBackendsPath | dynamic-backends-path | (Not Available) | String file path | A path in whic…