Searched refs:ANeuralNetworksCompilation_setCaching (Results 1 – 10 of 10) sorted by relevance
/packages/modules/NeuralNetworks/runtime/ |
D | libneuralnetworks.map.txt | 59 ANeuralNetworksCompilation_setCaching; # introduced=Q
|
D | NeuralNetworks.cpp | 1224 int ANeuralNetworksCompilation_setCaching(ANeuralNetworksCompilation* compilation, in ANeuralNetworksCompilation_setCaching() function 1872 NNCL_FUNC(ANeuralNetworksCompilation_setCaching),
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestValidation.cpp | 1112 EXPECT_EQ(ANeuralNetworksCompilation_setCaching(nullptr, "/data/local/tmp", token.data()), in TEST_F() 1114 EXPECT_EQ(ANeuralNetworksCompilation_setCaching(mCompilation, nullptr, token.data()), in TEST_F() 1116 EXPECT_EQ(ANeuralNetworksCompilation_setCaching(mCompilation, "/data/local/tmp", nullptr), in TEST_F() 1237 EXPECT_EQ(ANeuralNetworksCompilation_setCaching(mCompilation, "/data/local/tmp", token.data()), in TEST_F() 2860 EXPECT_EQ(ANeuralNetworksCompilation_setCaching(nullptr, "/data/local/tmp", token.data()), in TEST_F() 2865 EXPECT_EQ(ANeuralNetworksCompilation_setCaching(mCompilation, nullptr, token.data()), in TEST_F() 2867 EXPECT_EQ(ANeuralNetworksCompilation_setCaching(mCompilation, "/data/local/tmp", nullptr), in TEST_F() 2900 EXPECT_EQ(ANeuralNetworksCompilation_setCaching(mCompilation, "/data/local/tmp", token.data()), in TEST_F()
|
D | TestNeuralNetworksWrapper.h | 309 return static_cast<Result>(ANeuralNetworksCompilation_setCaching( in setCaching()
|
D | TestCompilationCaching.cpp | 392 ASSERT_EQ(ANeuralNetworksCompilation_setCaching(compilation, mCacheDir.c_str(), in compileModel()
|
/packages/modules/NeuralNetworks/runtime/include/ |
D | NeuralNetworks.h | 554 int ANeuralNetworksCompilation_setCaching(ANeuralNetworksCompilation* compilation,
|
D | NeuralNetworksWrapper.h | 513 return static_cast<Result>(NNAPI_CALL(ANeuralNetworksCompilation_setCaching(
|
/packages/modules/NeuralNetworks/shim_and_sl/public/ |
D | NeuralNetworksSupportLibraryImpl.h | 396 int (*ANeuralNetworksCompilation_setCaching)(ANeuralNetworksCompilation* compilation, member
|
/packages/modules/NeuralNetworks/shim_and_sl/include/ |
D | SupportLibraryWrapper.h | 406 return static_cast<Result>(mNnApi->ANeuralNetworksCompilation_setCaching( in setCaching()
|
/packages/modules/NeuralNetworks/tools/api/ |
D | NeuralNetworksTypes.t | 271 * For {@link ANeuralNetworksCompilation_setCaching}, specify the size 400 * compilation by calling {@link ANeuralNetworksCompilation_setCaching}.</li>
|