Searched refs:crop_shape (Results 1 – 2 of 2) sorted by relevance
2623 const auto crop_shape = MaybeGetMinimumShape( in PredictCropAndResize() local2625 const int64 crop_height = crop_shape.dim(1).size(); in PredictCropAndResize()2626 const int64 crop_width = crop_shape.dim(2).size(); in PredictCropAndResize()
2206 auto crop_shape = crop.shape; in Parse() local2207 if (crop_shape.h != 2 && crop_shape.w != 2) { in Parse()