Home
last modified time | relevance | path

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

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