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_arm.cc45 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksExecution_getOutputOperandDimensions);
113 …NTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksExecution_getOutputOperandDimens… in init_stub_library()
Dstubs_arm64.cc45 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksExecution_getOutputOperandDimensions);
113 …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.h6887 int ANeuralNetworksExecution_getOutputOperandDimensions(ANeuralNetworksExecution* execution,
DNeuralNetworksWrapper.h489 result = static_cast<Result>(ANeuralNetworksExecution_getOutputOperandDimensions( in getOutputOperandDimensions()
/frameworks/ml/nn/runtime/test/
DTestValidation.cpp1882 EXPECT_EQ(ANeuralNetworksExecution_getOutputOperandDimensions(execution, 0, dims), in TEST_F()
1892 EXPECT_EQ(ANeuralNetworksExecution_getOutputOperandDimensions(nullptr, 0, dims), in TEST_F()
1896 EXPECT_EQ(ANeuralNetworksExecution_getOutputOperandDimensions(execution, 0, nullptr), in TEST_F()
1904 EXPECT_EQ(ANeuralNetworksExecution_getOutputOperandDimensions(execution, -1, dims), in TEST_F()
1906 EXPECT_EQ(ANeuralNetworksExecution_getOutputOperandDimensions(execution, 999, dims), in TEST_F()
1911 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.t1313 int ANeuralNetworksExecution_getOutputOperandDimensions(ANeuralNetworksExecution* execution,
2205 * {@link ANeuralNetworksExecution_getOutputOperandDimensions}.
2256 * {@link ANeuralNetworksExecution_getOutputOperandDimensions}.