Searched refs:ANeuralNetworksCompilation_setCaching (Results 1 – 10 of 10) sorted by relevance
/frameworks/libs/native_bridge_support/libneuralnetworks/ |
D | stubs_arm64.cc | 26 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksCompilation_setCaching); 83 INIT_INTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksCompilation_setCaching); in init_stub_library()
|
D | stubs_arm.cc | 26 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksCompilation_setCaching); 83 INIT_INTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksCompilation_setCaching); in init_stub_library()
|
/frameworks/ml/nn/runtime/ |
D | libneuralnetworks.map.txt | 58 ANeuralNetworksCompilation_setCaching; # introduced=Q
|
D | NeuralNetworks.cpp | 1192 int ANeuralNetworksCompilation_setCaching(ANeuralNetworksCompilation* compilation, in ANeuralNetworksCompilation_setCaching() function
|
/frameworks/ml/nn/runtime/test/ |
D | TestValidation.cpp | 1101 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()
|
D | TestCompilationCaching.cpp | 381 ASSERT_EQ(ANeuralNetworksCompilation_setCaching(compilation, mCacheDir.c_str(), in compileModel()
|
D | TestNeuralNetworksWrapper.h | 305 return static_cast<Result>(ANeuralNetworksCompilation_setCaching( in setCaching()
|
/frameworks/ml/nn/runtime/include/ |
D | NeuralNetworks.h | 6798 int ANeuralNetworksCompilation_setCaching(ANeuralNetworksCompilation* compilation,
|
D | NeuralNetworksWrapper.h | 392 return static_cast<Result>(ANeuralNetworksCompilation_setCaching( in setCaching()
|
/frameworks/ml/nn/tools/api/ |
D | NeuralNetworks.t | 291 * For {@link ANeuralNetworksCompilation_setCaching}, specify the size 430 * compilation by calling {@link ANeuralNetworksCompilation_setCaching}.</li> 1224 int ANeuralNetworksCompilation_setCaching(ANeuralNetworksCompilation* compilation,
|