Home
last modified time | relevance | path

Searched refs:getOutputOperandDimensions (Results 1 – 8 of 8) sorted by relevance

/frameworks/ml/nn/runtime/test/
DTestExecution.cpp708 EXPECT_EQ(execution.getOutputOperandDimensions(0, &dimensions), Result::BAD_STATE); in TestWait()
728 ASSERT_EQ(execution.getOutputOperandDimensions(0, &dimensions), kExpectResult); in TestWait()
731 ASSERT_EQ(execution.getOutputOperandDimensions(0, &dimensions), Result::BAD_STATE); in TestWait()
750 ASSERT_EQ(execution.getOutputOperandDimensions(0, &dimensions), kExpectResult); in TestWait()
753 ASSERT_EQ(execution.getOutputOperandDimensions(0, &dimensions), Result::BAD_STATE); in TestWait()
783 ASSERT_EQ(execution.getOutputOperandDimensions(0, &dimensions), kExpectResult); in TestWait()
786 ASSERT_EQ(execution.getOutputOperandDimensions(0, &dimensions), Result::BAD_STATE); in TestWait()
814 ASSERT_EQ(execution.getOutputOperandDimensions(0, &dimensions), kExpectResult); in TestWait()
817 ASSERT_EQ(execution.getOutputOperandDimensions(0, &dimensions), Result::BAD_STATE); in TestWait()
DTestGenerated.cpp271 ASSERT_EQ(Result::NO_ERROR, execution.getOutputOperandDimensions(i, &actualDimensions)); in executeWithCompilation()
DTestNeuralNetworksWrapper.h471 Result getOutputOperandDimensions(uint32_t index, std::vector<uint32_t>* dimensions) { in getOutputOperandDimensions() function
DTestUnspecifiedDimensions.cpp376 ASSERT_EQ(execution.getOutputOperandDimensions(0, &outputShape), result); in TestOne()
/frameworks/ml/nn/runtime/
DExecutionBuilder.h89 int getOutputOperandDimensions(uint32_t index, uint32_t* dimensions);
DExecutionBuilder.cpp402 int ExecutionBuilder::getOutputOperandDimensions(uint32_t index, uint32_t* dimensions) { in getOutputOperandDimensions() function in android::nn::ExecutionBuilder
DNeuralNetworks.cpp1280 return r->getOutputOperandDimensions(index, dimensions); in ANeuralNetworksExecution_getOutputOperandDimensions()
/frameworks/ml/nn/runtime/include/
DNeuralNetworksWrapper.h480 Result getOutputOperandDimensions(uint32_t index, std::vector<uint32_t>* dimensions) { in getOutputOperandDimensions() function