Home
last modified time | relevance | path

Searched refs:ANeuralNetworksCompilation_setCaching (Results 1 – 10 of 10) sorted by relevance

/packages/modules/NeuralNetworks/runtime/
Dlibneuralnetworks.map.txt59 ANeuralNetworksCompilation_setCaching; # introduced=Q
DNeuralNetworks.cpp1249 int ANeuralNetworksCompilation_setCaching(ANeuralNetworksCompilation* compilation, in ANeuralNetworksCompilation_setCaching() function
1941 NNCL_FUNC(ANeuralNetworksCompilation_setCaching),
/packages/modules/NeuralNetworks/runtime/include/
DNeuralNetworks.h557 int ANeuralNetworksCompilation_setCaching(ANeuralNetworksCompilation* compilation,
DNeuralNetworksWrapper.h526 return static_cast<Result>(NNAPI_CALL(ANeuralNetworksCompilation_setCaching(
/packages/modules/NeuralNetworks/runtime/test/
DTestValidation.cpp1133 EXPECT_EQ(ANeuralNetworksCompilation_setCaching(nullptr, NN_TMP_DIR, token.data()), in TEST_F()
1135 EXPECT_EQ(ANeuralNetworksCompilation_setCaching(mCompilation, nullptr, token.data()), in TEST_F()
1137 EXPECT_EQ(ANeuralNetworksCompilation_setCaching(mCompilation, NN_TMP_DIR, nullptr), in TEST_F()
1258 EXPECT_EQ(ANeuralNetworksCompilation_setCaching(mCompilation, NN_TMP_DIR, token.data()), in TEST_F()
2933 EXPECT_EQ(ANeuralNetworksCompilation_setCaching(nullptr, NN_TMP_DIR, token.data()), in TEST_F()
2938 EXPECT_EQ(ANeuralNetworksCompilation_setCaching(mCompilation, nullptr, token.data()), in TEST_F()
2940 EXPECT_EQ(ANeuralNetworksCompilation_setCaching(mCompilation, NN_TMP_DIR, nullptr), in TEST_F()
2973 EXPECT_EQ(ANeuralNetworksCompilation_setCaching(mCompilation, NN_TMP_DIR, token.data()), in TEST_F()
DTestCompilationCaching.cpp392 ASSERT_EQ(ANeuralNetworksCompilation_setCaching(compilation, mCacheDir.c_str(), in compileModel()
DTestNeuralNetworksWrapper.h311 return static_cast<Result>(ANeuralNetworksCompilation_setCaching( in setCaching()
/packages/modules/NeuralNetworks/shim_and_sl/public/
DNeuralNetworksSupportLibraryImpl.h720 int (*ANeuralNetworksCompilation_setCaching)(ANeuralNetworksCompilation* compilation, member
/packages/modules/NeuralNetworks/shim_and_sl/include/
DSupportLibraryWrapper.h408 return static_cast<Result>(mNnApi->getFL5()->ANeuralNetworksCompilation_setCaching( in setCaching()
/packages/modules/NeuralNetworks/tools/api/
DNeuralNetworksTypes.t288 * For {@link ANeuralNetworksCompilation_setCaching}, specify the size
417 * compilation by calling {@link ANeuralNetworksCompilation_setCaching}.</li>