Searched refs:ANeuralNetworksCompilation_setCaching (Results 1 – 11 of 11) sorted by relevance
/packages/modules/NeuralNetworks/runtime/ |
D | libneuralnetworks.map.txt | 59 ANeuralNetworksCompilation_setCaching; # introduced=Q
|
D | NeuralNetworks.cpp | 1272 int ANeuralNetworksCompilation_setCaching(ANeuralNetworksCompilation* compilation, in ANeuralNetworksCompilation_setCaching() function 1952 NNCL_FUNC(ANeuralNetworksCompilation_setCaching),
|
D | NeuralNetworksV2.cpp | 1243 int ANeuralNetworksCompilation_setCaching(ANeuralNetworksCompilation* /* compilation */, in ANeuralNetworksCompilation_setCaching() function
|
/packages/modules/NeuralNetworks/runtime/include/ |
D | NeuralNetworks.h | 627 int ANeuralNetworksCompilation_setCaching(ANeuralNetworksCompilation* compilation,
|
D | NeuralNetworksWrapper.h | 526 return static_cast<Result>(NNAPI_CALL(ANeuralNetworksCompilation_setCaching(
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestValidation.cpp | 1134 EXPECT_EQ(ANeuralNetworksCompilation_setCaching(nullptr, NN_TMP_DIR, token.data()), in TEST_F() 1136 EXPECT_EQ(ANeuralNetworksCompilation_setCaching(mCompilation, nullptr, token.data()), in TEST_F() 1138 EXPECT_EQ(ANeuralNetworksCompilation_setCaching(mCompilation, NN_TMP_DIR, nullptr), in TEST_F() 1259 EXPECT_EQ(ANeuralNetworksCompilation_setCaching(mCompilation, NN_TMP_DIR, token.data()), in TEST_F() 2934 EXPECT_EQ(ANeuralNetworksCompilation_setCaching(nullptr, NN_TMP_DIR, token.data()), in TEST_F() 2939 EXPECT_EQ(ANeuralNetworksCompilation_setCaching(mCompilation, nullptr, token.data()), in TEST_F() 2941 EXPECT_EQ(ANeuralNetworksCompilation_setCaching(mCompilation, NN_TMP_DIR, nullptr), in TEST_F() 2974 EXPECT_EQ(ANeuralNetworksCompilation_setCaching(mCompilation, NN_TMP_DIR, token.data()), in TEST_F()
|
D | TestCompilationCaching.cpp | 392 ASSERT_EQ(ANeuralNetworksCompilation_setCaching(compilation, mCacheDir.c_str(), in compileModel()
|
D | TestNeuralNetworksWrapper.h | 311 return static_cast<Result>(ANeuralNetworksCompilation_setCaching( in setCaching()
|
/packages/modules/NeuralNetworks/shim_and_sl/public/ |
D | NeuralNetworksSupportLibraryImpl.h | 720 int (*ANeuralNetworksCompilation_setCaching)(ANeuralNetworksCompilation* compilation, member
|
/packages/modules/NeuralNetworks/shim_and_sl/include/ |
D | SupportLibraryWrapper.h | 408 return static_cast<Result>(mNnApi->getFL5()->ANeuralNetworksCompilation_setCaching( in setCaching()
|
/packages/modules/NeuralNetworks/tools/api/ |
D | NeuralNetworksTypes.t | 288 * For {@link ANeuralNetworksCompilation_setCaching}, specify the size 417 * compilation by calling {@link ANeuralNetworksCompilation_setCaching}.</li>
|