Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Dsample_distorted_bounding_box_op.cc45 min_y_ = ymin; 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()
57 const int pmin_y = std::max(min_y_, r.min_y_); in Intersect()
69 int min_y_; member in tensorflow::__anon8c810d0b0111::Rectangle
200 crop_rect->min_y_ = y; in GenerateRandomCrop()
378 const int target_height = crop_rect.max_y_ - crop_rect.min_y_; in DoCompute()
381 const int offset_height = crop_rect.min_y_; in DoCompute()
416 static_cast<float>(crop_rect.min_y_) / static_cast<float>(height); in DoCompute()