Searched refs:boxesShape (Results 1 – 1 of 1) sorted by relevance
291 TensorShape boxesShape({num_boxes, 4}); in BatchedNonMaxSuppressionOp() local292 Tensor boxes(per_batch_boxes.dtype(), boxesShape); in BatchedNonMaxSuppressionOp()