Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/native_bridge_support/libneuralnetworks/
H A Dstubs_arm.cc26 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksCompilation_getPreferredMemoryAlignmentForInput);
101 …PTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksCompilation_getPreferredMemoryAlignmen… in init_stub_library()
H A Dstubs_arm64.cc26 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksCompilation_getPreferredMemoryAlignmentForInput);
101 …PTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksCompilation_getPreferredMemoryAlignmen… in init_stub_library()
/aosp12/packages/modules/NeuralNetworks/runtime/
H A Dlibneuralnetworks.map.txt64 ANeuralNetworksCompilation_getPreferredMemoryAlignmentForInput; # introduced=31
H A DNeuralNetworks.cpp1623 int ANeuralNetworksCompilation_getPreferredMemoryAlignmentForInput( in ANeuralNetworksCompilation_getPreferredMemoryAlignmentForInput() function
1868 NNCL_FUNC(ANeuralNetworksCompilation_getPreferredMemoryAlignmentForInput),
/aosp12/packages/modules/NeuralNetworks/runtime/include/
H A DNeuralNetworks.h2091 int ANeuralNetworksCompilation_getPreferredMemoryAlignmentForInput(
H A DNeuralNetworksWrapper.h524 NNAPI_CALL(ANeuralNetworksCompilation_getPreferredMemoryAlignmentForInput(
/aosp12/packages/modules/NeuralNetworks/shim_and_sl/public/
H A DNeuralNetworksSupportLibraryImpl.h357 int (*ANeuralNetworksCompilation_getPreferredMemoryAlignmentForInput)( member
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestNeuralNetworksWrapper.h318 NNAPI_CALL(ANeuralNetworksCompilation_getPreferredMemoryAlignmentForInput( in getPreferredMemoryAlignmentForInput()
H A DTestValidation.cpp1154 EXPECT_EQ(ANeuralNetworksCompilation_getPreferredMemoryAlignmentForInput(mCompilation, 0, in TEST_F()
1171 ANeuralNetworksCompilation_getPreferredMemoryAlignmentForInput(nullptr, 0, &result), in TEST_F()
1173 EXPECT_EQ(ANeuralNetworksCompilation_getPreferredMemoryAlignmentForInput(mCompilation, 0, in TEST_F()
1196 EXPECT_EQ(ANeuralNetworksCompilation_getPreferredMemoryAlignmentForInput( in TEST_F()
3072 EXPECT_EQ(ANeuralNetworksCompilation_getPreferredMemoryAlignmentForInput( in TEST_F()
/aosp12/packages/modules/NeuralNetworks/shim_and_sl/include/
H A DSupportLibraryWrapper.h440 mNnApi->ANeuralNetworksCompilation_getPreferredMemoryAlignmentForInput( in getPreferredMemoryAlignmentForInput()