Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/shim_and_sl/include/
DSupportLibraryWrapper.h412 Result setCachingFromFds(const std::vector<int>& modelCacheFds, in setCachingFromFds() argument
420 mCompilation, modelCacheFds.data(), modelCacheFds.size(), in setCachingFromFds()
427 std::vector<int> modelCacheFds, dataCacheFds; in setCachingFromFds() local
429 modelCacheFds.push_back(fd.get()); in setCachingFromFds()
434 return setCachingFromFds(modelCacheFds, dataCacheFds, token); in setCachingFromFds()
/packages/modules/NeuralNetworks/runtime/test/
DSupportLibraryTestGenerated.cpp215 auto modelCacheFds = createCacheFds(modelCacheFilenames); in compileModel() local
217 EXPECT_EQ(compilation1.setCachingFromFds(modelCacheFds, dataCacheFds, mToken), in compileModel()
228 auto modelCacheFds = createCacheFds(modelCacheFilenames); in compileModel() local
230 EXPECT_EQ(compilation2.setCachingFromFds(modelCacheFds, dataCacheFds, mToken), in compileModel()
/packages/modules/NeuralNetworks/runtime/
DCompilationBuilder.cpp157 int CompilationBuilder::setCachingFromFds(const int* modelCacheFds, in setCachingFromFds() argument
166 auto modelCache = createCacheHandleVec(modelCacheFds, numModelCacheFiles); in setCachingFromFds()
DCompilationBuilder.h58 int setCachingFromFds(const int* modelCacheFds, const uint32_t numModelCacheFiles,
DNeuralNetworks.cpp1767 const int* modelCacheFds, in SL_ANeuralNetworksCompilation_setCachingFromFds() argument
1773 if (!compilation || (numModelCacheFiles != 0 && !modelCacheFds) || in SL_ANeuralNetworksCompilation_setCachingFromFds()
1779 return c->setCachingFromFds(modelCacheFds, numModelCacheFiles, dataCacheFds, numDataCacheFiles, in SL_ANeuralNetworksCompilation_setCachingFromFds()
/packages/modules/NeuralNetworks/shim_and_sl/public/
DNeuralNetworksSupportLibraryImpl.h151 const int* modelCacheFds,
1286 const int* modelCacheFds,