Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libneuralnetworks/
Dstubs_arm64.cc26 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksCompilation_setCaching);
83 INIT_INTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksCompilation_setCaching); in init_stub_library()
Dstubs_arm.cc26 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksCompilation_setCaching);
83 INIT_INTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksCompilation_setCaching); in init_stub_library()
/frameworks/ml/nn/runtime/
Dlibneuralnetworks.map.txt58 ANeuralNetworksCompilation_setCaching; # introduced=Q
DNeuralNetworks.cpp1192 int ANeuralNetworksCompilation_setCaching(ANeuralNetworksCompilation* compilation, in ANeuralNetworksCompilation_setCaching() function
/frameworks/ml/nn/runtime/test/
DTestValidation.cpp1101 EXPECT_EQ(ANeuralNetworksCompilation_setCaching(nullptr, "/data/local/tmp", token.data()), in TEST_F()
1103 EXPECT_EQ(ANeuralNetworksCompilation_setCaching(mCompilation, nullptr, token.data()), in TEST_F()
1105 EXPECT_EQ(ANeuralNetworksCompilation_setCaching(mCompilation, "/data/local/tmp", nullptr), in TEST_F()
1161 EXPECT_EQ(ANeuralNetworksCompilation_setCaching(mCompilation, "/data/local/tmp", token.data()), in TEST_F()
2334 EXPECT_EQ(ANeuralNetworksCompilation_setCaching(nullptr, "/data/local/tmp", token.data()), in TEST_F()
2339 EXPECT_EQ(ANeuralNetworksCompilation_setCaching(mCompilation, nullptr, token.data()), in TEST_F()
2341 EXPECT_EQ(ANeuralNetworksCompilation_setCaching(mCompilation, "/data/local/tmp", nullptr), in TEST_F()
2374 EXPECT_EQ(ANeuralNetworksCompilation_setCaching(mCompilation, "/data/local/tmp", token.data()), in TEST_F()
DTestCompilationCaching.cpp381 ASSERT_EQ(ANeuralNetworksCompilation_setCaching(compilation, mCacheDir.c_str(), in compileModel()
DTestNeuralNetworksWrapper.h305 return static_cast<Result>(ANeuralNetworksCompilation_setCaching( in setCaching()
/frameworks/ml/nn/runtime/include/
DNeuralNetworks.h6798 int ANeuralNetworksCompilation_setCaching(ANeuralNetworksCompilation* compilation,
DNeuralNetworksWrapper.h392 return static_cast<Result>(ANeuralNetworksCompilation_setCaching( in setCaching()
/frameworks/ml/nn/tools/api/
DNeuralNetworks.t291 * For {@link ANeuralNetworksCompilation_setCaching}, specify the size
430 * compilation by calling {@link ANeuralNetworksCompilation_setCaching}.</li>
1224 int ANeuralNetworksCompilation_setCaching(ANeuralNetworksCompilation* compilation,