Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
Dlibneuralnetworks.map.txt62 ANeuralNetworksExecution_getOutputOperandDimensions; # introduced=Q
DNeuralNetworks.cpp1064 int ANeuralNetworksExecution_getOutputOperandDimensions(ANeuralNetworksExecution* execution, in ANeuralNetworksExecution_getOutputOperandDimensions() function
/frameworks/ml/nn/runtime/test/
DTestNeuralNetworksWrapper.h220 result = static_cast<Result>(ANeuralNetworksExecution_getOutputOperandDimensions( in getOutputOperandDimensions()
DTestValidation.cpp1194 EXPECT_EQ(ANeuralNetworksExecution_getOutputOperandDimensions(execution, 0, dims), in TEST_F()
1204 EXPECT_EQ(ANeuralNetworksExecution_getOutputOperandDimensions(nullptr, 0, dims), in TEST_F()
1208 EXPECT_EQ(ANeuralNetworksExecution_getOutputOperandDimensions(execution, 0, nullptr), in TEST_F()
1216 EXPECT_EQ(ANeuralNetworksExecution_getOutputOperandDimensions(execution, -1, dims), in TEST_F()
1218 EXPECT_EQ(ANeuralNetworksExecution_getOutputOperandDimensions(execution, 999, dims), in TEST_F()
1223 EXPECT_EQ(ANeuralNetworksExecution_getOutputOperandDimensions(execution, 0, dims), in TEST_F()
/frameworks/ml/nn/runtime/include/
DNeuralNetworks.h5579 int ANeuralNetworksExecution_getOutputOperandDimensions(ANeuralNetworksExecution* execution,
DNeuralNetworksWrapper.h455 result = static_cast<Result>(ANeuralNetworksExecution_getOutputOperandDimensions( in getOutputOperandDimensions()