Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dcrop_and_resize_op.h28 struct CropAndResize { struct
Dcrop_and_resize_op_gpu.cu.cc348 struct CropAndResize<GPUDevice, T> { struct
349 bool operator()(const OpKernelContext* context, in operator ()()
Dcrop_and_resize_op.cc202 struct CropAndResize<CPUDevice, T> { struct
203 bool operator()(const OpKernelContext* context, in operator ()()
/external/tensorflow/tensorflow/go/op/
Dwrappers.go9290 func CropAndResize(scope *Scope, image tf.Output, boxes tf.Output, box_ind tf.Output, crop_size tf.… func