Searched refs:outputIndices (Results 1 – 2 of 2) sorted by relevance
234 std::vector<uint32_t> inputIndices, outputIndices; in createModel() local241 outputIndices.push_back(op->opIndex); in createModel()243 model->addOperation(operation.opType, inputIndices, outputIndices); in createModel()
565 ANeuralNetworksOperandType outputIndices = in topkV2Test() local567 OperationTestBase test(ANEURALNETWORKS_TOPK_V2, {input, k}, {outputValues, outputIndices}); in topkV2Test()