Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/shim_and_sl/include/
DSupportLibraryWrapper.h410 Result setCachingFromFds(const std::vector<int>& modelCacheFds, in setCachingFromFds() function
421 Result setCachingFromFds(const std::vector<base::unique_fd>& modelCacheOwnedFds, in setCachingFromFds() function
431 return setCachingFromFds(modelCacheFds, dataCacheFds, token); in setCachingFromFds()
/packages/modules/NeuralNetworks/runtime/
DCompilationBuilder.h53 int setCachingFromFds(const int* modelCacheFds, const uint32_t numModelCacheFiles,
DCompilationBuilder.cpp155 int CompilationBuilder::setCachingFromFds(const int* modelCacheFds, in setCachingFromFds() function in android::nn::CompilationBuilder
DNeuralNetworks.cpp1700 return c->setCachingFromFds(modelCacheFds, numModelCacheFiles, dataCacheFds, numDataCacheFiles, in SL_ANeuralNetworksCompilation_setCachingFromFds()
/packages/modules/NeuralNetworks/runtime/test/
DSupportLibraryTestGenerated.cpp208 EXPECT_EQ(compilation1.setCachingFromFds(modelCacheFds, dataCacheFds, mToken), in compileModel()
221 EXPECT_EQ(compilation2.setCachingFromFds(modelCacheFds, dataCacheFds, mToken), in compileModel()
/packages/modules/NeuralNetworks/shim_and_sl/
DShimDevice.cpp584 compilation.second.setCachingFromFds(getIntFds(modelCache), getIntFds(dataCache), in prepareModel()