Home
last modified time | relevance | path

Searched refs:crop_size (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/image/
Dcrop_and_resize_op_benchmark_test.cc40 Tensor crop_size(DT_INT32, TensorShape({2})); in CropAndResize() local
41 auto crop_size_flat = crop_size.flat<int32>(); in CropAndResize()
49 .Input(test::graph::Constant(g, crop_size)) in CropAndResize()
Dcrop_and_resize_op.cc136 const Tensor& crop_size = context->input(3); in ComputeAsync() local
154 OP_REQUIRES_ASYNC(context, crop_size.dims() == 1, in ComputeAsync()
156 crop_size.shape().DebugString()), in ComputeAsync()
159 context, crop_size.dim_size(0) == 2, in ComputeAsync()
161 crop_size.shape().DebugString()), in ComputeAsync()
165 auto crop_size_vec = crop_size.vec<int32>(); in ComputeAsync()
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DCropAndResize.pbtxt16 name: "crop_size"
74 name: "crop_size"
133 name: "crop_size"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DCropAndResize.pbtxt16 name: "crop_size"
74 name: "crop_size"
133 name: "crop_size"
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_CropAndResize.pbtxt33 name: "crop_size"
65 common output size specified by `crop_size`. This is more general than the
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/
Dimage_preprocessing.py233 crop_size = array_ops.stack(
236 math_ops.reduce_all(input_shape >= crop_size),
239 limit = input_shape - crop_size + 1
242 dtype=crop_size.dtype,
243 maxval=crop_size.dtype.max,
245 return array_ops.slice(inputs, offset, crop_size)
/external/tensorflow/tensorflow/python/ops/
Dimage_grad_test_base.py434 crop_size = [crop_height, crop_width]
446 constant_op.constant(crop_size, shape=[2]))
508 crop_size = [crop_height, crop_width]
533 constant_op.constant(crop_size, shape=[2]))
Dimage_ops_impl.py4676 crop_size, argument
4751 return gen_image_ops.crop_and_resize(image, boxes, box_indices, crop_size,
4764 crop_size=None, argument
4771 return gen_image_ops.crop_and_resize(image, boxes, box_ind, crop_size, method,
Dimage_ops_test.py5993 crop_size=[1, 1])
6003 crop_size=[1, 1])
/external/tensorflow/tensorflow/cc/gradients/
Dimage_grad_test.cc317 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/
Dtensorflow.image.pbtxt45 …argspec: "args=[\'image\', \'boxes\', \'box_indices\', \'crop_size\', \'method\', \'extrapolation_…
Dtensorflow.raw_ops.pbtxt925 …argspec: "args=[\'image\', \'boxes\', \'box_ind\', \'crop_size\', \'method\', \'extrapolation_valu…
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.image.pbtxt45 …argspec: "args=[\'image\', \'boxes\', \'box_ind\', \'crop_size\', \'method\', \'extrapolation_valu…
Dtensorflow.raw_ops.pbtxt925 …argspec: "args=[\'image\', \'boxes\', \'box_ind\', \'crop_size\', \'method\', \'extrapolation_valu…
/external/tensorflow/tensorflow/go/op/
Dwrappers.go51143 func CropAndResize(scope *Scope, image tf.Output, boxes tf.Output, box_ind tf.Output, crop_size tf.…
51154 image, boxes, box_ind, crop_size,
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v2.pbtxt16080 name: "crop_size"
16138 name: "crop_size"
16197 name: "crop_size"
Dops_history.v0.pbtxt8992 name: "crop_size"
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt9309 name: "crop_size"