Searched refs:setCachingFromFds (Results 1 – 6 of 6) sorted by relevance
/packages/modules/NeuralNetworks/runtime/ |
D | CompilationBuilder.h | 58 int setCachingFromFds(const int* modelCacheFds, const uint32_t numModelCacheFiles,
|
D | CompilationBuilder.cpp | 157 int CompilationBuilder::setCachingFromFds(const int* modelCacheFds, in setCachingFromFds() function in android::nn::CompilationBuilder
|
D | NeuralNetworks.cpp | 1779 return c->setCachingFromFds(modelCacheFds, numModelCacheFiles, dataCacheFds, numDataCacheFiles, in SL_ANeuralNetworksCompilation_setCachingFromFds()
|
/packages/modules/NeuralNetworks/shim_and_sl/include/ |
D | SupportLibraryWrapper.h | 412 Result setCachingFromFds(const std::vector<int>& modelCacheFds, in setCachingFromFds() function 424 Result setCachingFromFds(const std::vector<base::unique_fd>& modelCacheOwnedFds, in setCachingFromFds() function 434 return setCachingFromFds(modelCacheFds, dataCacheFds, token); in setCachingFromFds()
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | SupportLibraryTestGenerated.cpp | 217 EXPECT_EQ(compilation1.setCachingFromFds(modelCacheFds, dataCacheFds, mToken), in compileModel() 230 EXPECT_EQ(compilation2.setCachingFromFds(modelCacheFds, dataCacheFds, mToken), in compileModel()
|
/packages/modules/NeuralNetworks/shim_and_sl/ |
D | ShimDevice.cpp | 586 compilation.second.setCachingFromFds(getIntFds(modelCache), getIntFds(dataCache), in prepareModelCommon()
|