Home | History | Annotate | Download | only in op

Lines Matching refs:y_max

8433 // Bounding boxes are supplied and returned as `[y_min, x_min, y_max, x_max]`. The
19526 // Bounding boxes are supplied and returned as `[y_min, x_min, y_max, x_max]`. The
23296 // bounding box in `boxes` are encoded as `[y_min, x_min, y_max, x_max]`. The
28237 // value: Output in `y_max` if `output_range_given` is True.
28257 // value: Minimum value of `y_max - y_min`
28273 func QuantizedInstanceNorm(scope *Scope, x tf.Output, x_min tf.Output, x_max tf.Output, optional ...QuantizedInstanceNormAttr) (y tf.Output, y_min tf.Output, y_max tf.Output) {