Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Dsample_distorted_bounding_box_op.cc44 min_x_ = xmin; 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()
56 const int pmin_x = std::max(min_x_, r.min_x_); in Intersect()
68 int min_x_; member in tensorflow::__anon8c810d0b0111::Rectangle
199 crop_rect->min_x_ = x; in GenerateRandomCrop()
377 const int target_width = crop_rect.max_x_ - crop_rect.min_x_; in DoCompute()
380 const int offset_width = crop_rect.min_x_; in DoCompute()
418 static_cast<float>(crop_rect.min_x_) / static_cast<float>(width); in DoCompute()