/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
D | GeneratedTestHarness.cpp | 159 .outputIndexes = testModel.main.outputIndexes, in createModel() 166 const auto byteSize = testModel.main.operands[testModel.main.outputIndexes[index]].data.size(); in isOutputSizeGreaterThanOne() 177 for (auto i : model->outputIndexes) { in makeOutputDimensionsUnspecified() 307 outputShapes.size() == testModel.main.outputIndexes.size()); in EvaluatePreparedModel() 313 ASSERT_EQ(outputShapes.size(), testModel.main.outputIndexes.size()); in EvaluatePreparedModel() 317 ASSERT_EQ(outputShapes.size(), testModel.main.outputIndexes.size()); in EvaluatePreparedModel() 325 const auto& expect = testModel.main.operands[testModel.main.outputIndexes[i]].dimensions; in EvaluatePreparedModel()
|
D | ValidateModel.cpp | 279 size += sizeForBinder(model.outputIndexes); in sizeForBinder() 573 hidl_vec_remove(&model->outputIndexes, uint32_t(operand)); in mutateOperandLifeTimeTest() 590 hidl_vec_push_back(&model->outputIndexes, uint32_t(operand)); in mutateOperandLifeTimeTest() 997 removeValueAndDecrementGreaterValues(&model->outputIndexes, index); in removeOperand() 1200 hidl_vec_push_back(&model->outputIndexes, index); in addOperationOutputTest()
|
D | BasicTests.cpp | 231 .outputIndexes = {5}, in TEST_P()
|
D | CompilationCachingTests.cpp | 212 .outputIndexes = {len * 2 + 1}}, in createLargeTestModelImpl()
|
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | GeneratedTestHarness.cpp | 254 .outputIndexes = testSubgraph.outputIndexes}; in createSubgraph() 320 const auto byteSize = testModel.main.operands[testModel.main.outputIndexes[index]].data.size(); in isOutputSizeGreaterThanOne() 331 for (auto i : model->main.outputIndexes) { in makeOutputDimensionsUnspecified() 402 hidl_vec<RequestArgument> outputs(testModel.main.outputIndexes.size()); in createRequest() 404 for (uint32_t i = 0; i < testModel.main.outputIndexes.size(); i++) { in createRequest() 405 const auto& op = testModel.main.operands[testModel.main.outputIndexes[i]]; in createRequest() 480 const auto& op = testModel.main.operands[testModel.main.outputIndexes[i]]; in getOutputBuffers() 514 return std::any_of(testModel.main.outputIndexes.begin(), testModel.main.outputIndexes.end(), in hasZeroSizedOutput() 729 outputShapes.size() == testModel.main.outputIndexes.size()); in EvaluatePreparedModel() 740 ASSERT_EQ(outputShapes.size(), testModel.main.outputIndexes.size()); in EvaluatePreparedModel() [all …]
|
D | MemoryDomainTests.cpp | 144 model.main.outputIndexes.push_back(outputIndex); in createConvModel() 184 .outputIndexes = {3}, in createSingleAddModel() 621 const std::vector<uint32_t>& outputIndexes, in allocateBuffer() argument 627 hidl_vec<BufferRole> inputRoles(inputIndexes.size()), outputRoles(outputIndexes.size()); in allocateBuffer() 632 std::transform(outputIndexes.begin(), outputIndexes.end(), outputRoles.begin(), trans); in allocateBuffer() 657 const std::vector<uint32_t>& outputIndexes) { in allocateBuffer() argument 658 return allocateBuffer(preparedModel, inputIndexes, outputIndexes, {}); in allocateBuffer()
|
D | QualityOfServiceTests.cpp | 252 outputShapes.size() == testModel.main.outputIndexes.size()); in runExecutionTest() 257 const auto& expect = testModel.main.operands[testModel.main.outputIndexes[i]].dimensions; in runExecutionTest()
|
D | BasicTests.cpp | 172 .outputIndexes = {5}, in TEST_P()
|
D | ValidateModel.cpp | 276 size += sizeForBinder(subgraph.outputIndexes); in sizeForBinder() 597 hidl_vec_remove(&model->main.outputIndexes, uint32_t(operand)); in mutateOperandLifeTimeTest() 614 hidl_vec_push_back(&model->main.outputIndexes, uint32_t(operand)); in mutateOperandLifeTimeTest() 1065 removeValueAndDecrementGreaterValues(&model->main.outputIndexes, index); in removeOperand() 1293 hidl_vec_push_back(&model->main.outputIndexes, index); in addOperationOutputTest()
|
D | CompilationCachingTests.cpp | 215 .outputIndexes = {len * 2 + 1}}, in createLargeTestModelImpl()
|
/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
D | Utils.cpp | 123 hidl_vec<RequestArgument> outputs(testModel.main.outputIndexes.size()); in createRequest() 125 for (uint32_t i = 0; i < testModel.main.outputIndexes.size(); i++) { in createRequest() 126 const auto& op = testModel.main.operands[testModel.main.outputIndexes[i]]; in createRequest()
|
D | GeneratedTestHarness.cpp | 119 .outputIndexes = testModel.main.outputIndexes, in createModel()
|
D | BasicTests.cpp | 150 .outputIndexes = {5}, in TEST_P()
|
D | ValidateModel.cpp | 222 size += sizeForBinder(model.outputIndexes); in sizeForBinder() 478 hidl_vec_remove(&model->outputIndexes, uint32_t(operand)); in mutateOperandLifeTimeTest() 495 hidl_vec_push_back(&model->outputIndexes, uint32_t(operand)); in mutateOperandLifeTimeTest() 816 removeValueAndDecrementGreaterValues(&model->outputIndexes, index); in removeOperand() 912 hidl_vec_push_back(&model->outputIndexes, index); in addOperationOutputTest()
|
/hardware/interfaces/neuralnetworks/1.1/vts/functional/ |
D | GeneratedTestHarness.cpp | 126 .outputIndexes = testModel.main.outputIndexes, in createModel()
|
D | BasicTests.cpp | 157 .outputIndexes = {5}, in TEST_P()
|
D | ValidateModel.cpp | 241 size += sizeForBinder(model.outputIndexes); in sizeForBinder() 504 hidl_vec_remove(&model->outputIndexes, uint32_t(operand)); in mutateOperandLifeTimeTest() 521 hidl_vec_push_back(&model->outputIndexes, uint32_t(operand)); in mutateOperandLifeTimeTest() 856 removeValueAndDecrementGreaterValues(&model->outputIndexes, index); in removeOperand() 955 hidl_vec_push_back(&model->outputIndexes, index); in addOperationOutputTest()
|
/hardware/interfaces/neuralnetworks/1.0/ |
D | types.t | 329 vec<uint32_t> outputIndexes; 410 * The index of the output corresponds to the index in Model.outputIndexes. 411 * E.g., output[i] corresponds to Model.outputIndexes[i].
|
D | types.hal | 1737 vec<uint32_t> outputIndexes; 1818 * The index of the output corresponds to the index in Model.outputIndexes. 1819 * E.g., output[i] corresponds to Model.outputIndexes[i].
|
/hardware/interfaces/neuralnetworks/1.1/ |
D | types.t | 112 vec<uint32_t> outputIndexes;
|
D | types.hal | 434 vec<uint32_t> outputIndexes;
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | types.t | 456 vec<uint32_t> outputIndexes; 520 * The index of the output corresponds to the index in Model.main.outputIndexes. 521 * E.g., output[i] corresponds to Model.main.outputIndexes[i].
|
D | types.hal | 5691 vec<uint32_t> outputIndexes; 5755 * The index of the output corresponds to the index in Model.main.outputIndexes. 5756 * E.g., output[i] corresponds to Model.main.outputIndexes[i].
|
/hardware/qcom/neuralnetworks/hvxservice/1.0/ |
D | HexagonModel.cpp | 56 mOutputs = model.outputIndexes; in Model()
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | types.t | 350 vec<uint32_t> outputIndexes;
|