Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/shim_and_sl/include/
DSupportLibraryWrapper.h413 const std::vector<int>& dataCacheFds, in setCachingFromFds() argument
421 dataCacheFds.data(), dataCacheFds.size(), token.data())); in setCachingFromFds()
427 std::vector<int> modelCacheFds, dataCacheFds; in setCachingFromFds() local
432 dataCacheFds.push_back(fd.get()); in setCachingFromFds()
434 return setCachingFromFds(modelCacheFds, dataCacheFds, token); in setCachingFromFds()
/packages/modules/NeuralNetworks/runtime/test/
DSupportLibraryTestGenerated.cpp216 auto dataCacheFds = createCacheFds(dataCacheFilenames); in compileModel() local
217 EXPECT_EQ(compilation1.setCachingFromFds(modelCacheFds, dataCacheFds, mToken), in compileModel()
229 auto dataCacheFds = createCacheFds(dataCacheFilenames); in compileModel() local
230 EXPECT_EQ(compilation2.setCachingFromFds(modelCacheFds, dataCacheFds, mToken), in compileModel()
/packages/modules/NeuralNetworks/runtime/
DCompilationBuilder.cpp159 const int* dataCacheFds, const uint32_t numDataCacheFiles, in setCachingFromFds() argument
173 auto dataCache = createCacheHandleVec(dataCacheFds, numDataCacheFiles); in setCachingFromFds()
DCompilationBuilder.h59 const int* dataCacheFds, const uint32_t numDataCacheFiles,
DNeuralNetworks.cpp1769 const int* dataCacheFds, in SL_ANeuralNetworksCompilation_setCachingFromFds() argument
1774 (numDataCacheFiles != 0 && !dataCacheFds) || !token) { in SL_ANeuralNetworksCompilation_setCachingFromFds()
1779 return c->setCachingFromFds(modelCacheFds, numModelCacheFiles, dataCacheFds, numDataCacheFiles, in SL_ANeuralNetworksCompilation_setCachingFromFds()
/packages/modules/NeuralNetworks/shim_and_sl/public/
DNeuralNetworksSupportLibraryImpl.h153 const int* dataCacheFds,
1288 const int* dataCacheFds,