Searched refs:GetCachedNetworkFilePath (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/armnn/src/backends/cl/ |
H A D | ClBackendModelContext.hpp | 33 std::string GetCachedNetworkFilePath() const;
|
H A D | ClBackendModelContext.cpp | 61 std::string ClBackendModelContext::GetCachedNetworkFilePath() const in GetCachedNetworkFilePath() function in armnn::ClBackendModelContext
|
H A D | ClWorkloadFactory.cpp | 96 auto filePath = modelOptions->GetCachedNetworkFilePath(); in AfterWorkloadsCreated() 148 auto filePath = modelOptions->GetCachedNetworkFilePath(); in InitializeCLCompileContext()
|
/aosp_15_r20/external/armnn/shim/sl/canonical/ |
H A D | ArmnnDriverImpl.cpp | 181 { "CachedNetworkFilePath", options.GetCachedNetworkFilePath() }, in PrepareArmnnModel() 480 { "CachedNetworkFilePath", options.GetCachedNetworkFilePath() }, in PrepareArmnnModelFromCache()
|
H A D | DriverOptions.hpp | 41 const std::string& GetCachedNetworkFilePath() const { return m_CachedNetworkFilePath; } in GetCachedNetworkFilePath() function in armnn_driver::DriverOptions
|
/aosp_15_r20/external/android-nn-driver/ |
H A D | DriverOptions.hpp | 40 const std::string& GetCachedNetworkFilePath() const { return m_CachedNetworkFilePath; } in GetCachedNetworkFilePath() function in armnn_driver::DriverOptions
|
H A D | ArmnnDriverImpl.cpp | 124 { "CachedNetworkFilePath", options.GetCachedNetworkFilePath() }, in prepareModel()
|
/aosp_15_r20/external/android-nn-driver/1.2/ |
H A D | ArmnnDriverImpl.cpp | 185 { "CachedNetworkFilePath", options.GetCachedNetworkFilePath() }, in prepareArmnnModel_1_2() 564 … {"CachedNetworkFilePath", options.GetCachedNetworkFilePath()}, in prepareModelFromCache()
|
/aosp_15_r20/external/android-nn-driver/1.3/ |
H A D | ArmnnDriverImpl.cpp | 198 { "CachedNetworkFilePath", options.GetCachedNetworkFilePath() }, in prepareArmnnModel_1_3() 580 … {"CachedNetworkFilePath", options.GetCachedNetworkFilePath()}, in prepareModelFromCache_1_3()
|