Searched refs:dataCacheFds (Results 1 – 6 of 6) sorted by relevance
/packages/modules/NeuralNetworks/shim_and_sl/include/ |
D | SupportLibraryWrapper.h | 411 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/ |
D | SupportLibraryTestGenerated.cpp | 207 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/ |
D | NeuralNetworksSupportLibraryImpl.h | 153 const int* dataCacheFds, 964 const int* dataCacheFds,
|
/packages/modules/NeuralNetworks/runtime/ |
D | CompilationBuilder.cpp | 157 const int* dataCacheFds, const uint32_t numDataCacheFiles, in setCachingFromFds() argument 171 auto dataCache = createCacheHandleVec(dataCacheFds, numDataCacheFiles); in setCachingFromFds()
|
D | CompilationBuilder.h | 54 const int* dataCacheFds, const uint32_t numDataCacheFiles,
|
D | NeuralNetworks.cpp | 1690 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()
|