Home
last modified time | relevance | path

Searched refs:GetCachedNetworkFilePath (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/armnn/src/backends/cl/
H A DClBackendModelContext.hpp33 std::string GetCachedNetworkFilePath() const;
H A DClBackendModelContext.cpp61 std::string ClBackendModelContext::GetCachedNetworkFilePath() const in GetCachedNetworkFilePath() function in armnn::ClBackendModelContext
H A DClWorkloadFactory.cpp96 auto filePath = modelOptions->GetCachedNetworkFilePath(); in AfterWorkloadsCreated()
148 auto filePath = modelOptions->GetCachedNetworkFilePath(); in InitializeCLCompileContext()
/aosp_15_r20/external/armnn/shim/sl/canonical/
H A DArmnnDriverImpl.cpp181 { "CachedNetworkFilePath", options.GetCachedNetworkFilePath() }, in PrepareArmnnModel()
480 { "CachedNetworkFilePath", options.GetCachedNetworkFilePath() }, in PrepareArmnnModelFromCache()
H A DDriverOptions.hpp41 const std::string& GetCachedNetworkFilePath() const { return m_CachedNetworkFilePath; } in GetCachedNetworkFilePath() function in armnn_driver::DriverOptions
/aosp_15_r20/external/android-nn-driver/
H A DDriverOptions.hpp40 const std::string& GetCachedNetworkFilePath() const { return m_CachedNetworkFilePath; } in GetCachedNetworkFilePath() function in armnn_driver::DriverOptions
H A DArmnnDriverImpl.cpp124 { "CachedNetworkFilePath", options.GetCachedNetworkFilePath() }, in prepareModel()
/aosp_15_r20/external/android-nn-driver/1.2/
H A DArmnnDriverImpl.cpp185 { "CachedNetworkFilePath", options.GetCachedNetworkFilePath() }, in prepareArmnnModel_1_2()
564 … {"CachedNetworkFilePath", options.GetCachedNetworkFilePath()}, in prepareModelFromCache()
/aosp_15_r20/external/android-nn-driver/1.3/
H A DArmnnDriverImpl.cpp198 { "CachedNetworkFilePath", options.GetCachedNetworkFilePath() }, in prepareArmnnModel_1_3()
580 … {"CachedNetworkFilePath", options.GetCachedNetworkFilePath()}, in prepareModelFromCache_1_3()