Home
last modified time | relevance | path

Searched refs:ANeuralNetworksExecution_getOutputOperandDimensions (Results 1 – 9 of 9) sorted by relevance

/frameworks/libs/native_bridge_support/libneuralnetworks/
Dstubs_arm64.cc40 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksExecution_getOutputOperandDimensions);
97 …NTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksExecution_getOutputOperandDimens… in init_stub_library()
Dstubs_arm.cc40 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksExecution_getOutputOperandDimensions);
97 …NTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksExecution_getOutputOperandDimens… in init_stub_library()
/frameworks/ml/nn/runtime/
Dlibneuralnetworks.map.txt77 ANeuralNetworksExecution_getOutputOperandDimensions; # introduced=Q
DNeuralNetworks.cpp1272 int ANeuralNetworksExecution_getOutputOperandDimensions(ANeuralNetworksExecution* execution, in ANeuralNetworksExecution_getOutputOperandDimensions() function
/frameworks/ml/nn/runtime/include/
DNeuralNetworks.h6886 int ANeuralNetworksExecution_getOutputOperandDimensions(ANeuralNetworksExecution* execution,
DNeuralNetworksWrapper.h488 result = static_cast<Result>(ANeuralNetworksExecution_getOutputOperandDimensions( in getOutputOperandDimensions()
/frameworks/ml/nn/runtime/test/
DTestValidation.cpp1859 EXPECT_EQ(ANeuralNetworksExecution_getOutputOperandDimensions(execution, 0, dims), in TEST_F()
1869 EXPECT_EQ(ANeuralNetworksExecution_getOutputOperandDimensions(nullptr, 0, dims), in TEST_F()
1873 EXPECT_EQ(ANeuralNetworksExecution_getOutputOperandDimensions(execution, 0, nullptr), in TEST_F()
1881 EXPECT_EQ(ANeuralNetworksExecution_getOutputOperandDimensions(execution, -1, dims), in TEST_F()
1883 EXPECT_EQ(ANeuralNetworksExecution_getOutputOperandDimensions(execution, 999, dims), in TEST_F()
1888 EXPECT_EQ(ANeuralNetworksExecution_getOutputOperandDimensions(execution, 0, dims), in TEST_F()
DTestNeuralNetworksWrapper.h480 result = static_cast<Result>(ANeuralNetworksExecution_getOutputOperandDimensions( in getOutputOperandDimensions()
/frameworks/ml/nn/tools/api/
DNeuralNetworks.t1312 int ANeuralNetworksExecution_getOutputOperandDimensions(ANeuralNetworksExecution* execution,
2204 * {@link ANeuralNetworksExecution_getOutputOperandDimensions}.
2255 * {@link ANeuralNetworksExecution_getOutputOperandDimensions}.