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.h411 const std::vector<int>& dataCacheFds, in setCachingFromFds() argument
417 mCompilation, modelCacheFds.data(), modelCacheFds.size(), dataCacheFds.data(), in setCachingFromFds()
418 dataCacheFds.size(), token.data())); in setCachingFromFds()
424 std::vector<int> modelCacheFds, dataCacheFds; in setCachingFromFds() local
429 dataCacheFds.push_back(fd.get()); in setCachingFromFds()
431 return setCachingFromFds(modelCacheFds, dataCacheFds, token); in setCachingFromFds()
/packages/modules/NeuralNetworks/runtime/test/
DSupportLibraryTestGenerated.cpp207 auto dataCacheFds = createCacheFds(dataCacheFilenames); in compileModel() local
208 EXPECT_EQ(compilation1.setCachingFromFds(modelCacheFds, dataCacheFds, mToken), in compileModel()
220 auto dataCacheFds = createCacheFds(dataCacheFilenames); in compileModel() local
221 EXPECT_EQ(compilation2.setCachingFromFds(modelCacheFds, dataCacheFds, mToken), in compileModel()
/packages/modules/NeuralNetworks/shim_and_sl/public/
DNeuralNetworksSupportLibraryImpl.h153 const int* dataCacheFds,
964 const int* dataCacheFds,
/packages/modules/NeuralNetworks/runtime/
DCompilationBuilder.cpp157 const int* dataCacheFds, const uint32_t numDataCacheFiles, in setCachingFromFds() argument
171 auto dataCache = createCacheHandleVec(dataCacheFds, numDataCacheFiles); in setCachingFromFds()
DCompilationBuilder.h54 const int* dataCacheFds, const uint32_t numDataCacheFiles,
DNeuralNetworks.cpp1690 const int* dataCacheFds, in SL_ANeuralNetworksCompilation_setCachingFromFds() argument
1695 (numDataCacheFiles != 0 && !dataCacheFds) || !token) { in SL_ANeuralNetworksCompilation_setCachingFromFds()
1700 return c->setCachingFromFds(modelCacheFds, numModelCacheFiles, dataCacheFds, numDataCacheFiles, in SL_ANeuralNetworksCompilation_setCachingFromFds()