Home
last modified time | relevance | path

Searched refs:outputIndices (Results 1 – 2 of 2) sorted by relevance

/frameworks/ml/nn/runtime/test/fuzzing/
DRandomGraphGenerator.cpp234 std::vector<uint32_t> inputIndices, outputIndices; in createModel() local
241 outputIndices.push_back(op->opIndex); in createModel()
243 model->addOperation(operation.opType, inputIndices, outputIndices); in createModel()
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp565 ANeuralNetworksOperandType outputIndices = in topkV2Test() local
567 OperationTestBase test(ANEURALNETWORKS_TOPK_V2, {input, k}, {outputValues, outputIndices}); in topkV2Test()