Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/native_bridge_support/libneuralnetworks/
H A Dstubs_arm.cc30 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksCompilation_setCaching);
105 INIT_INTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksCompilation_setCaching); in init_stub_library()
H A Dstubs_arm64.cc30 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 Dlibneuralnetworks.map.txt59 ANeuralNetworksCompilation_setCaching; # introduced=Q
H A DNeuralNetworks.cpp1224 int ANeuralNetworksCompilation_setCaching(ANeuralNetworksCompilation* compilation, in ANeuralNetworksCompilation_setCaching() function
1872 NNCL_FUNC(ANeuralNetworksCompilation_setCaching),
/aosp12/packages/modules/NeuralNetworks/runtime/include/
H A DNeuralNetworks.h554 int ANeuralNetworksCompilation_setCaching(ANeuralNetworksCompilation* compilation,
H A DNeuralNetworksWrapper.h513 return static_cast<Result>(NNAPI_CALL(ANeuralNetworksCompilation_setCaching(
/aosp12/packages/modules/NeuralNetworks/shim_and_sl/public/
H A DNeuralNetworksSupportLibraryImpl.h396 int (*ANeuralNetworksCompilation_setCaching)(ANeuralNetworksCompilation* compilation, member
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A 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()
H A DTestCompilationCaching.cpp392 ASSERT_EQ(ANeuralNetworksCompilation_setCaching(compilation, mCacheDir.c_str(), in compileModel()
H A DTestNeuralNetworksWrapper.h309 return static_cast<Result>(ANeuralNetworksCompilation_setCaching( in setCaching()
/aosp12/packages/modules/NeuralNetworks/shim_and_sl/include/
H A DSupportLibraryWrapper.h406 return static_cast<Result>(mNnApi->ANeuralNetworksCompilation_setCaching( in setCaching()
/aosp12/packages/modules/NeuralNetworks/tools/api/
H A DNeuralNetworksTypes.t271 * For {@link ANeuralNetworksCompilation_setCaching}, specify the size
400 * compilation by calling {@link ANeuralNetworksCompilation_setCaching}.</li>