Searched refs:max_y_ (Results 1 – 1 of 1) sorted by relevance
47 max_y_ = ymax; 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()59 const int pmax_y = std::min(max_y_, r.max_y_); in Intersect()71 int max_y_; member in tensorflow::__anon8c810d0b0111::Rectangle202 crop_rect->max_y_ = y + height; in GenerateRandomCrop()378 const int target_height = crop_rect.max_y_ - crop_rect.min_y_; in DoCompute()420 static_cast<float>(crop_rect.max_y_) / static_cast<float>(height); in DoCompute()