Searched refs:modelCacheFds (Results 1 – 6 of 6) sorted by relevance
/packages/modules/NeuralNetworks/shim_and_sl/include/ |
D | SupportLibraryWrapper.h | 412 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/ |
D | SupportLibraryTestGenerated.cpp | 215 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/ |
D | CompilationBuilder.cpp | 157 int CompilationBuilder::setCachingFromFds(const int* modelCacheFds, in setCachingFromFds() argument 166 auto modelCache = createCacheHandleVec(modelCacheFds, numModelCacheFiles); in setCachingFromFds()
|
D | CompilationBuilder.h | 58 int setCachingFromFds(const int* modelCacheFds, const uint32_t numModelCacheFiles,
|
D | NeuralNetworks.cpp | 1767 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/ |
D | NeuralNetworksSupportLibraryImpl.h | 151 const int* modelCacheFds, 1286 const int* modelCacheFds,
|