Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dimage_ops.cc506 xla::XlaOp i_xmax = xla::Min(x2, xla::Transpose(x2, {1, 0})); in Compile() local
510 xla::XlaOp i_area = xla::Max(i_xmax - i_xmin, square_zero) * in Compile()
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_impl.py5060 i_xmax = math_ops.minimum(
5067 (i_xmax - i_xmin), 0) * math_ops.maximum((i_ymax - i_ymin), 0)