Home
last modified time | relevance | path

Searched refs:setCachingFromFds (Results 1 – 6 of 6) sorted by relevance

/packages/modules/NeuralNetworks/runtime/
DCompilationBuilder.h58 int setCachingFromFds(const int* modelCacheFds, const uint32_t numModelCacheFiles,
DCompilationBuilder.cpp157 int CompilationBuilder::setCachingFromFds(const int* modelCacheFds, in setCachingFromFds() function in android::nn::CompilationBuilder
DNeuralNetworks.cpp1779 return c->setCachingFromFds(modelCacheFds, numModelCacheFiles, dataCacheFds, numDataCacheFiles, in SL_ANeuralNetworksCompilation_setCachingFromFds()
/packages/modules/NeuralNetworks/shim_and_sl/include/
DSupportLibraryWrapper.h412 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/
DSupportLibraryTestGenerated.cpp217 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/
DShimDevice.cpp586 compilation.second.setCachingFromFds(getIntFds(modelCache), getIntFds(dataCache), in prepareModelCommon()