Searched refs:ANeuralNetworksCompilation_setCaching (Results 1 – 12 of 12) sorted by relevance
/aosp12/frameworks/libs/native_bridge_support/libneuralnetworks/ |
H A D | stubs_arm.cc | 30 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksCompilation_setCaching); 105 INIT_INTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksCompilation_setCaching); in init_stub_library()
|
H A D | stubs_arm64.cc | 30 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksCompilation_setCaching); 105 INIT_INTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksCompilation_setCaching); in init_stub_library()
|
/aosp12/packages/modules/NeuralNetworks/runtime/ |
H A D | libneuralnetworks.map.txt | 59 ANeuralNetworksCompilation_setCaching; # introduced=Q
|
H A D | NeuralNetworks.cpp | 1224 int ANeuralNetworksCompilation_setCaching(ANeuralNetworksCompilation* compilation, in ANeuralNetworksCompilation_setCaching() function 1872 NNCL_FUNC(ANeuralNetworksCompilation_setCaching),
|
/aosp12/packages/modules/NeuralNetworks/runtime/include/ |
H A D | NeuralNetworks.h | 554 int ANeuralNetworksCompilation_setCaching(ANeuralNetworksCompilation* compilation,
|
H A D | NeuralNetworksWrapper.h | 513 return static_cast<Result>(NNAPI_CALL(ANeuralNetworksCompilation_setCaching(
|
/aosp12/packages/modules/NeuralNetworks/shim_and_sl/public/ |
H A D | NeuralNetworksSupportLibraryImpl.h | 396 int (*ANeuralNetworksCompilation_setCaching)(ANeuralNetworksCompilation* compilation, member
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/ |
H A D | TestValidation.cpp | 1112 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()
|
H A D | TestCompilationCaching.cpp | 392 ASSERT_EQ(ANeuralNetworksCompilation_setCaching(compilation, mCacheDir.c_str(), in compileModel()
|
H A D | TestNeuralNetworksWrapper.h | 309 return static_cast<Result>(ANeuralNetworksCompilation_setCaching( in setCaching()
|
/aosp12/packages/modules/NeuralNetworks/shim_and_sl/include/ |
H A D | SupportLibraryWrapper.h | 406 return static_cast<Result>(mNnApi->ANeuralNetworksCompilation_setCaching( in setCaching()
|
/aosp12/packages/modules/NeuralNetworks/tools/api/ |
H A D | NeuralNetworksTypes.t | 271 * For {@link ANeuralNetworksCompilation_setCaching}, specify the size 400 * compilation by calling {@link ANeuralNetworksCompilation_setCaching}.</li>
|