Searched refs:dataCacheFds (Results 1 – 6 of 6) sorted by relevance
/packages/modules/NeuralNetworks/shim_and_sl/include/ |
D | SupportLibraryWrapper.h | 413 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/ |
D | SupportLibraryTestGenerated.cpp | 216 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/ |
D | CompilationBuilder.cpp | 159 const int* dataCacheFds, const uint32_t numDataCacheFiles, in setCachingFromFds() argument 173 auto dataCache = createCacheHandleVec(dataCacheFds, numDataCacheFiles); in setCachingFromFds()
|
D | CompilationBuilder.h | 59 const int* dataCacheFds, const uint32_t numDataCacheFiles,
|
D | NeuralNetworks.cpp | 1769 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/ |
D | NeuralNetworksSupportLibraryImpl.h | 153 const int* dataCacheFds, 1288 const int* dataCacheFds,
|