Searched refs:crop_size_flat (Results 1 – 1 of 1) sorted by relevance
41 auto crop_size_flat = crop_size.flat<int32>(); in CropAndResize() local42 crop_size_flat(0) = crop_height; in CropAndResize()43 crop_size_flat(1) = crop_width; in CropAndResize()