Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/
H A DCompilationBuilder.cpp155 int CompilationBuilder::setCachingFromFds(const int* modelCacheFds, in setCachingFromFds()
H A DNeuralNetworks.cpp1688 const int* modelCacheFds, in SL_ANeuralNetworksCompilation_setCachingFromFds()
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DSupportLibraryTestGenerated.cpp206 auto modelCacheFds = createCacheFds(modelCacheFilenames); in compileModel() local
219 auto modelCacheFds = createCacheFds(modelCacheFilenames); in compileModel() local
/aosp12/packages/modules/NeuralNetworks/shim_and_sl/include/
H A DSupportLibraryWrapper.h410 Result setCachingFromFds(const std::vector<int>& modelCacheFds, in setCachingFromFds()
424 std::vector<int> modelCacheFds, dataCacheFds; in setCachingFromFds() local