Home
last modified time | relevance | path

Searched refs:valid_detections_shape (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/compiler/tensorrt/test/
H A Dcombined_nms_test.py71 valid_detections_shape = [batch_size]
75 nmsed_classes_shape, valid_detections_shape
187 valid_detections_shape = [batch_size]
199 nmsed_classes_shape, valid_detections_shape
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/
H A Dnon_max_suppression_op.cc527 TensorShape valid_detections_shape({num_batches}); in BatchedNonMaxSuppressionOp() local
528 OP_REQUIRES_OK(context, context->allocate_output(3, valid_detections_shape, in BatchedNonMaxSuppressionOp()