Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp1276 ANeuralNetworksOperandType outputValues = getOpType(inputOperandType, 4, outputDimensions); in topkV2Test() local
1279 OperationTestBase test(ANEURALNETWORKS_TOPK_V2, {input, k}, {outputValues, outputIndices}); in topkV2Test()