Searched refs:outputIndexes (Results 1 – 8 of 8) sorted by relevance
381 removeValueAndDecrementGreaterValues(&model->outputIndexes, index); in removeOperand()477 hidl_vec_push_back(&model->outputIndexes, index); in addOperationOutputTest()
397 removeValueAndDecrementGreaterValues(&model->outputIndexes, index); in removeOperand()493 hidl_vec_push_back(&model->outputIndexes, index); in addOperationOutputTest()
497 removeValueAndDecrementGreaterValues(&model->outputIndexes, index); in removeOperand()697 hidl_vec_push_back(&model->outputIndexes, index); in addOperationOutputTest()
242 const std::vector<uint32_t> outputIndexes = {len * 2 + 1}; in createLargeTestModelImpl() local249 .outputIndexes = outputIndexes, in createLargeTestModelImpl()
56 mOutputs = model.outputIndexes; in Model()
433 vec<uint32_t> outputIndexes;
1749 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].
4979 vec<uint32_t> outputIndexes;