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.cpp1224 int ANeuralNetworksCompilation_setCaching(ANeuralNetworksCompilation* compilation, in ANeuralNetworksCompilation_setCaching() function
1872 NNCL_FUNC(ANeuralNetworksCompilation_setCaching),
/packages/modules/NeuralNetworks/runtime/test/
DTestValidation.cpp1112 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()
DTestNeuralNetworksWrapper.h309 return static_cast<Result>(ANeuralNetworksCompilation_setCaching( in setCaching()
DTestCompilationCaching.cpp392 ASSERT_EQ(ANeuralNetworksCompilation_setCaching(compilation, mCacheDir.c_str(), in compileModel()
/packages/modules/NeuralNetworks/runtime/include/
DNeuralNetworks.h554 int ANeuralNetworksCompilation_setCaching(ANeuralNetworksCompilation* compilation,
DNeuralNetworksWrapper.h513 return static_cast<Result>(NNAPI_CALL(ANeuralNetworksCompilation_setCaching(
/packages/modules/NeuralNetworks/shim_and_sl/public/
DNeuralNetworksSupportLibraryImpl.h396 int (*ANeuralNetworksCompilation_setCaching)(ANeuralNetworksCompilation* compilation, member
/packages/modules/NeuralNetworks/shim_and_sl/include/
DSupportLibraryWrapper.h406 return static_cast<Result>(mNnApi->ANeuralNetworksCompilation_setCaching( in setCaching()
/packages/modules/NeuralNetworks/tools/api/
DNeuralNetworksTypes.t271 * For {@link ANeuralNetworksCompilation_setCaching}, specify the size
400 * compilation by calling {@link ANeuralNetworksCompilation_setCaching}.</li>