Home
last modified time | relevance | path

Searched refs:outputIndexes (Results 1 – 25 of 26) sorted by relevance

12

/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DGeneratedTestHarness.cpp159 .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()
DValidateModel.cpp279 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()
DBasicTests.cpp231 .outputIndexes = {5}, in TEST_P()
DCompilationCachingTests.cpp212 .outputIndexes = {len * 2 + 1}}, in createLargeTestModelImpl()
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DGeneratedTestHarness.cpp254 .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 …]
DMemoryDomainTests.cpp144 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()
DQualityOfServiceTests.cpp252 outputShapes.size() == testModel.main.outputIndexes.size()); in runExecutionTest()
257 const auto& expect = testModel.main.operands[testModel.main.outputIndexes[i]].dimensions; in runExecutionTest()
DBasicTests.cpp172 .outputIndexes = {5}, in TEST_P()
DValidateModel.cpp276 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()
DCompilationCachingTests.cpp215 .outputIndexes = {len * 2 + 1}}, in createLargeTestModelImpl()
/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DUtils.cpp123 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()
DGeneratedTestHarness.cpp119 .outputIndexes = testModel.main.outputIndexes, in createModel()
DBasicTests.cpp150 .outputIndexes = {5}, in TEST_P()
DValidateModel.cpp222 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/
DGeneratedTestHarness.cpp126 .outputIndexes = testModel.main.outputIndexes, in createModel()
DBasicTests.cpp157 .outputIndexes = {5}, in TEST_P()
DValidateModel.cpp241 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/
Dtypes.t329 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].
Dtypes.hal1737 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/
Dtypes.t112 vec<uint32_t> outputIndexes;
Dtypes.hal434 vec<uint32_t> outputIndexes;
/hardware/interfaces/neuralnetworks/1.3/
Dtypes.t456 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].
Dtypes.hal5691 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/
DHexagonModel.cpp56 mOutputs = model.outputIndexes; in Model()
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.t350 vec<uint32_t> outputIndexes;

12