Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dimage_ops.cc508 auto square_zero = xla::ZerosLike(i_xmin); in Compile() local
510 xla::XlaOp i_area = xla::Max(i_xmax - i_xmin, square_zero) * in Compile()
511 xla::Max(i_ymax - i_ymin, square_zero); in Compile()
515 xla::XlaOp iou_thresh_mask = xla::Gt(iou, iou_thresh + square_zero); in Compile()