Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Dsample_distorted_bounding_box_op.cc46 max_x_ = xmax; in Set()
50 bool IsEmpty() const { return min_x_ > max_x_ || min_y_ > max_y_; } in IsEmpty()
52 return static_cast<float>((max_x_ - min_x_) * (max_y_ - min_y_)); in Area()
58 const int pmax_x = std::min(max_x_, r.max_x_); in Intersect()
70 int max_x_; member in tensorflow::__anon8c810d0b0111::Rectangle
201 crop_rect->max_x_ = x + width; in GenerateRandomCrop()
377 const int target_width = crop_rect.max_x_ - crop_rect.min_x_; in DoCompute()
422 static_cast<float>(crop_rect.max_x_) / static_cast<float>(width); in DoCompute()