Home
last modified time | relevance | path

Searched defs:CropAndResize (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/image/
Dcrop_and_resize_op.h28 struct CropAndResize { struct
Dcrop_and_resize_op_benchmark_test.cc24 static Graph* CropAndResize(int batches, int width, int height, int depth, in CropAndResize() function
Dcrop_and_resize_op_gpu.cu.cc350 struct CropAndResize<GPUDevice, T> { struct
351 bool operator()(const OpKernelContext* context, in operator ()()
Dcrop_and_resize_op.cc209 struct CropAndResize<CPUDevice, T> { struct
210 bool operator()(OpKernelContext* context, in operator ()()
/external/tensorflow/tensorflow/go/op/
Dwrappers.go51143 func CropAndResize(scope *Scope, image tf.Output, boxes tf.Output, box_ind tf.Output, crop_size tf.… func