/external/tensorflow/tensorflow/core/kernels/ |
D | crop_and_resize_op_benchmark_test.cc | 40 Tensor crop_size(DT_INT32, TensorShape({2})); in BM_CropAndResize() local 41 auto crop_size_flat = crop_size.flat<int32>(); in BM_CropAndResize() 49 .Input(test::graph::Constant(g, crop_size)) in BM_CropAndResize()
|
D | crop_and_resize_op.cc | 130 const Tensor& crop_size = context->input(3); in ComputeAsync() local 148 OP_REQUIRES_ASYNC(context, crop_size.dims() == 1, in ComputeAsync() 150 crop_size.shape().DebugString()), in ComputeAsync() 153 context, crop_size.dim_size(0) == 2, in ComputeAsync() 155 crop_size.shape().DebugString()), in ComputeAsync() 159 auto crop_size_vec = crop_size.vec<int32>(); in ComputeAsync()
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_grad_test.py | 339 crop_size = [crop_height, crop_width] 356 crop_size, shape=[2])) 418 crop_size = [crop_height, crop_width] 447 crop_size, shape=[2]))
|
D | image_ops_impl.py | 3267 crop_size, argument 3322 image, boxes, box_indices, crop_size, method, extrapolation_value, name) 3332 crop_size=None, argument 3340 image, boxes, box_ind, crop_size, method, extrapolation_value, name)
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_CropAndResize.pbtxt | 33 name: "crop_size" 65 common output size specified by `crop_size`. This is more general than the
|
/external/tensorflow/tensorflow/cc/gradients/ |
D | image_grad_test.cc | 317 const Input& crop_size, Output* x, Output* y) { in MakeOp() argument 319 *y = CropAndResize(scope_, *x, boxes, box_ind, crop_size, in MakeOp()
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.image.pbtxt | 45 …argspec: "args=[\'image\', \'boxes\', \'box_indices\', \'crop_size\', \'method\', \'extrapolation_…
|
D | tensorflow.raw_ops.pbtxt | 713 …argspec: "args=[\'image\', \'boxes\', \'box_ind\', \'crop_size\', \'method\', \'extrapolation_valu…
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.image.pbtxt | 45 …argspec: "args=[\'image\', \'boxes\', \'box_ind\', \'crop_size\', \'method\', \'extrapolation_valu…
|
D | tensorflow.raw_ops.pbtxt | 713 …argspec: "args=[\'image\', \'boxes\', \'box_ind\', \'crop_size\', \'method\', \'extrapolation_valu…
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 9290 func CropAndResize(scope *Scope, image tf.Output, boxes tf.Output, box_ind tf.Output, crop_size tf.… 9301 image, boxes, box_ind, crop_size,
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v1.pbtxt | 16138 name: "crop_size" 16196 name: "crop_size" 16255 name: "crop_size"
|
D | ops_history.v2.pbtxt | 16080 name: "crop_size" 16138 name: "crop_size" 16197 name: "crop_size"
|
D | ops_history.v0.pbtxt | 8992 name: "crop_size"
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 7016 name: "crop_size"
|