Searched defs:CropAndResize (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/image/ |
D | crop_and_resize_op.h | 28 struct CropAndResize { struct
|
D | crop_and_resize_op_benchmark_test.cc | 24 static Graph* CropAndResize(int batches, int width, int height, int depth, in CropAndResize() function
|
D | crop_and_resize_op_gpu.cu.cc | 350 struct CropAndResize<GPUDevice, T> { struct 351 bool operator()(const OpKernelContext* context, in operator ()()
|
D | crop_and_resize_op.cc | 209 struct CropAndResize<CPUDevice, T> { struct 210 bool operator()(OpKernelContext* context, in operator ()()
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 51143 func CropAndResize(scope *Scope, image tf.Output, boxes tf.Output, box_ind tf.Output, crop_size tf.… func
|