Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DHeatmapMaxKeypoint.cpp281 Shape outputScore = context->getOutputShape(kOutputScoreTensor); in prepare() local
282 outputScore.type = heatmapShape.type; in prepare()
283 outputScore.dimensions = {numBoxes, numKeypoints}; in prepare()
284 NN_RET_CHECK(context->setOutputShape(kOutputScoreTensor, outputScore)); in prepare()
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp3515 ANeuralNetworksOperandType outputScore = getOpType(inputOperandCode, 2, outputScoreDims); in detectionPostprocessingOpTest() local
3527 {outputScore, boundingBoxes, classLabel, numValid}); in detectionPostprocessingOpTest()