Searched refs:getOutputOperandDimensions (Results 1 – 11 of 11) sorted by relevance
| /packages/modules/NeuralNetworks/runtime/test/ |
| D | TestExecution.cpp | 686 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()
|
| D | TestNeuralNetworksWrapper.h | 537 Result getOutputOperandDimensions(uint32_t index, std::vector<uint32_t>* dimensions) { in getOutputOperandDimensions() function
|
| D | TestGenerated.cpp | 290 execution.getOutputOperandDimensions(i, &actualDimensions)); in executeInternal()
|
| D | TestUnspecifiedDimensions.cpp | 415 ASSERT_EQ(execution.getOutputOperandDimensions(0, &outputShape), result); in TestOne()
|
| D | SupportLibraryTestGenerated.cpp | 397 ASSERT_EQ(Result::NO_ERROR, execution.getOutputOperandDimensions(i, &actualDimensions)); in executeWithCompilation()
|
| /packages/modules/NeuralNetworks/runtime/ |
| D | ExecutionBuilder.h | 107 int getOutputOperandDimensions(uint32_t index, uint32_t* dimensions);
|
| D | ExecutionBuilder.cpp | 518 int ExecutionBuilder::getOutputOperandDimensions(uint32_t index, uint32_t* dimensions) { in getOutputOperandDimensions() function in android::nn::ExecutionBuilder
|
| D | NeuralNetworks.cpp | 1363 return r->getOutputOperandDimensions(index, dimensions); in ANeuralNetworksExecution_getOutputOperandDimensions()
|
| /packages/modules/NeuralNetworks/runtime/include/ |
| D | NeuralNetworksWrapper.h | 700 Result getOutputOperandDimensions(uint32_t index, std::vector<uint32_t>* dimensions) { function
|
| /packages/modules/NeuralNetworks/shim_and_sl/include/ |
| D | SupportLibraryWrapper.h | 651 Result getOutputOperandDimensions(uint32_t index, std::vector<uint32_t>* dimensions) { in getOutputOperandDimensions() function
|
| /packages/modules/NeuralNetworks/shim_and_sl/ |
| D | ShimPreparedModel.cpp | 352 auto result = execution->getOutputOperandDimensions(i, &outputDims); in executeSynchronouslyInternal()
|