Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DTestExecution.cpp686 EXPECT_EQ(execution.getOutputOperandDimensions(0, &dimensions), WrapperResult::BAD_STATE); in getDimensionsWhileRunning()
779 ASSERT_EQ(execution.getOutputOperandDimensions(0, &dimensions), kExpectResult); in TestWait()
782 ASSERT_EQ(execution.getOutputOperandDimensions(0, &dimensions), in TestWait()
806 ASSERT_EQ(execution.getOutputOperandDimensions(0, &dimensions), kExpectResult); in TestWait()
809 ASSERT_EQ(execution.getOutputOperandDimensions(0, &dimensions), in TestWait()
840 ASSERT_EQ(execution.getOutputOperandDimensions(0, &dimensions), kExpectResult); in TestWait()
843 ASSERT_EQ(execution.getOutputOperandDimensions(0, &dimensions), in TestWait()
877 ASSERT_EQ(execution.getOutputOperandDimensions(0, &dimensions), kExpectResult); in TestWait()
880 ASSERT_EQ(execution.getOutputOperandDimensions(0, &dimensions), in TestWait()
DTestGenerated.cpp287 execution.getOutputOperandDimensions(i, &actualDimensions)); in executeInternal()
DTestNeuralNetworksWrapper.h535 Result getOutputOperandDimensions(uint32_t index, std::vector<uint32_t>* dimensions) { in getOutputOperandDimensions() function
DTestUnspecifiedDimensions.cpp406 ASSERT_EQ(execution.getOutputOperandDimensions(0, &outputShape), result); in TestOne()
DSupportLibraryTestGenerated.cpp380 ASSERT_EQ(Result::NO_ERROR, execution.getOutputOperandDimensions(i, &actualDimensions)); in executeWithCompilation()
/packages/modules/NeuralNetworks/runtime/
DExecutionBuilder.h100 int getOutputOperandDimensions(uint32_t index, uint32_t* dimensions);
DExecutionBuilder.cpp479 int ExecutionBuilder::getOutputOperandDimensions(uint32_t index, uint32_t* dimensions) { in getOutputOperandDimensions() function in android::nn::ExecutionBuilder
DNeuralNetworks.cpp1312 return r->getOutputOperandDimensions(index, dimensions); in ANeuralNetworksExecution_getOutputOperandDimensions()
/packages/modules/NeuralNetworks/shim_and_sl/
DShimPreparedModel.cpp295 auto result = execution->getOutputOperandDimensions(i, &outputDims); in executeSynchronously()
/packages/modules/NeuralNetworks/runtime/include/
DNeuralNetworksWrapper.h687 Result getOutputOperandDimensions(uint32_t index, std::vector<uint32_t>* dimensions) { function
/packages/modules/NeuralNetworks/shim_and_sl/include/
DSupportLibraryWrapper.h635 Result getOutputOperandDimensions(uint32_t index, std::vector<uint32_t>* dimensions) { in getOutputOperandDimensions() function