Searched defs:CropAndResize (Results 1 – 4 of 4) sorted by relevance
28 struct CropAndResize { struct
348 struct CropAndResize<GPUDevice, T> { struct349 bool operator()(const OpKernelContext* context, in operator ()()
202 struct CropAndResize<CPUDevice, T> { struct203 bool operator()(const OpKernelContext* context, in operator ()()
9290 func CropAndResize(scope *Scope, image tf.Output, boxes tf.Output, box_ind tf.Output, crop_size tf.… func