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 | TestGenerated.cpp | 287 execution.getOutputOperandDimensions(i, &actualDimensions)); in executeInternal()
|
D | TestNeuralNetworksWrapper.h | 535 Result getOutputOperandDimensions(uint32_t index, std::vector<uint32_t>* dimensions) { in getOutputOperandDimensions() function
|
D | TestUnspecifiedDimensions.cpp | 406 ASSERT_EQ(execution.getOutputOperandDimensions(0, &outputShape), result); in TestOne()
|
D | SupportLibraryTestGenerated.cpp | 380 ASSERT_EQ(Result::NO_ERROR, execution.getOutputOperandDimensions(i, &actualDimensions)); in executeWithCompilation()
|
/packages/modules/NeuralNetworks/runtime/ |
D | ExecutionBuilder.h | 100 int getOutputOperandDimensions(uint32_t index, uint32_t* dimensions);
|
D | ExecutionBuilder.cpp | 479 int ExecutionBuilder::getOutputOperandDimensions(uint32_t index, uint32_t* dimensions) { in getOutputOperandDimensions() function in android::nn::ExecutionBuilder
|
D | NeuralNetworks.cpp | 1312 return r->getOutputOperandDimensions(index, dimensions); in ANeuralNetworksExecution_getOutputOperandDimensions()
|
/packages/modules/NeuralNetworks/shim_and_sl/ |
D | ShimPreparedModel.cpp | 295 auto result = execution->getOutputOperandDimensions(i, &outputDims); in executeSynchronously()
|
/packages/modules/NeuralNetworks/runtime/include/ |
D | NeuralNetworksWrapper.h | 687 Result getOutputOperandDimensions(uint32_t index, std::vector<uint32_t>* dimensions) { function
|
/packages/modules/NeuralNetworks/shim_and_sl/include/ |
D | SupportLibraryWrapper.h | 635 Result getOutputOperandDimensions(uint32_t index, std::vector<uint32_t>* dimensions) { in getOutputOperandDimensions() function
|