Searched refs:outputDetectionShape (Results 1 – 1 of 1) sorted by relevance
1626 Shape outputDetectionShape = context->getOutputShape(kOutputDetectionTensor); in prepare() local1686 outputDetectionShape.type = OperandType::TENSOR_INT32; in prepare()1687 outputDetectionShape.dimensions = {numBatches}; in prepare()1688 NN_RET_CHECK(context->setOutputShape(kOutputDetectionTensor, outputDetectionShape)); in prepare()