Searched refs:outputScore (Results 1 – 2 of 2) sorted by relevance
244 Shape outputScore = context->getOutputShape(kOutputScoreTensor); in prepare() local245 outputScore.type = heatmapShape.type; in prepare()246 outputScore.dimensions = {numBoxes, numKeypoints}; in prepare()247 NN_RET_CHECK(context->setOutputShape(kOutputScoreTensor, outputScore)); in prepare()
3554 ANeuralNetworksOperandType outputScore = getOpType(inputOperandCode, 2, outputScoreDims); in detectionPostprocessingOpTest() local3566 {outputScore, boundingBoxes, classLabel, numValid}); in detectionPostprocessingOpTest()