Searched refs:setCachingFromFds (Results 1 – 6 of 6) sorted by relevance
/packages/modules/NeuralNetworks/shim_and_sl/include/ |
D | SupportLibraryWrapper.h | 410 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/ |
D | CompilationBuilder.h | 53 int setCachingFromFds(const int* modelCacheFds, const uint32_t numModelCacheFiles,
|
D | CompilationBuilder.cpp | 155 int CompilationBuilder::setCachingFromFds(const int* modelCacheFds, in setCachingFromFds() function in android::nn::CompilationBuilder
|
D | NeuralNetworks.cpp | 1700 return c->setCachingFromFds(modelCacheFds, numModelCacheFiles, dataCacheFds, numDataCacheFiles, in SL_ANeuralNetworksCompilation_setCachingFromFds()
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | SupportLibraryTestGenerated.cpp | 208 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/ |
D | ShimDevice.cpp | 584 compilation.second.setCachingFromFds(getIntFds(modelCache), getIntFds(dataCache), in prepareModel()
|