Searched refs:kOutputDetectionTensor (Results 1 – 2 of 2) sorted by relevance
1396 Shape outputDetectionShape = context->getOutputShape(kOutputDetectionTensor); in prepare()1458 NN_RET_CHECK(context->setOutputShape(kOutputDetectionTensor, outputDetectionShape)); in prepare()1490 context->getOutputBuffer<int32_t>(kOutputDetectionTensor), in execute()1491 context->getOutputShape(kOutputDetectionTensor)); in execute()1518 context->getOutputBuffer<int32_t>(kOutputDetectionTensor), in execute()1519 context->getOutputShape(kOutputDetectionTensor)); in execute()
110 constexpr uint32_t kOutputDetectionTensor = 3; variable