Searched refs:kOutputDetectionTensor (Results 1 – 1 of 1) sorted by relevance
1446 constexpr uint32_t kOutputDetectionTensor = 3; variable1626 Shape outputDetectionShape = context->getOutputShape(kOutputDetectionTensor); in prepare()1688 NN_RET_CHECK(context->setOutputShape(kOutputDetectionTensor, outputDetectionShape)); in prepare()1720 context->getOutputBuffer<int32_t>(kOutputDetectionTensor), in execute()1721 context->getOutputShape(kOutputDetectionTensor)); in execute()1748 context->getOutputBuffer<int32_t>(kOutputDetectionTensor), in execute()1749 context->getOutputShape(kOutputDetectionTensor)); in execute()