Home
last modified time | relevance | path

Searched defs:modelCacheFds (Results 1 – 4 of 4) sorted by relevance

/packages/modules/NeuralNetworks/runtime/
DCompilationBuilder.cpp157 int CompilationBuilder::setCachingFromFds(const int* modelCacheFds, in setCachingFromFds()
DNeuralNetworks.cpp1756 const int* modelCacheFds, in SL_ANeuralNetworksCompilation_setCachingFromFds()
/packages/modules/NeuralNetworks/runtime/test/
DSupportLibraryTestGenerated.cpp210 auto modelCacheFds = createCacheFds(modelCacheFilenames); in compileModel() local
223 auto modelCacheFds = createCacheFds(modelCacheFilenames); in compileModel() local
/packages/modules/NeuralNetworks/shim_and_sl/include/
DSupportLibraryWrapper.h412 Result setCachingFromFds(const std::vector<int>& modelCacheFds, in setCachingFromFds()
427 std::vector<int> modelCacheFds, dataCacheFds; in setCachingFromFds() local