Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dresampler_ops.cc567 auto is_in_bound_x_y = xla::And(is_ge_zero, is_lt_image_size); in Compile() local
571 is_in_bound_x_y, xla::ConstantR0<bool>(ctx->builder(), true), in Compile()