Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DValidateModel.cpp381 removeValueAndDecrementGreaterValues(&model->outputIndexes, index); in removeOperand()
477 hidl_vec_push_back(&model->outputIndexes, index); in addOperationOutputTest()
/hardware/interfaces/neuralnetworks/1.1/vts/functional/
DValidateModel.cpp397 removeValueAndDecrementGreaterValues(&model->outputIndexes, index); in removeOperand()
493 hidl_vec_push_back(&model->outputIndexes, index); in addOperationOutputTest()
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DValidateModel.cpp497 removeValueAndDecrementGreaterValues(&model->outputIndexes, index); in removeOperand()
697 hidl_vec_push_back(&model->outputIndexes, index); in addOperationOutputTest()
DCompilationCachingTests.cpp242 const std::vector<uint32_t> outputIndexes = {len * 2 + 1}; in createLargeTestModelImpl() local
249 .outputIndexes = outputIndexes, in createLargeTestModelImpl()
/hardware/qcom/neuralnetworks/hvxservice/1.0/
DHexagonModel.cpp56 mOutputs = model.outputIndexes; in Model()
/hardware/interfaces/neuralnetworks/1.1/
Dtypes.hal433 vec<uint32_t> outputIndexes;
/hardware/interfaces/neuralnetworks/1.0/
Dtypes.hal1749 vec<uint32_t> outputIndexes;
1830 * The index of the output corresponds to the index in Model.outputIndexes.
1831 * E.g., output[i] corresponds to Model.outputIndexes[i].
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.hal4979 vec<uint32_t> outputIndexes;