Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dcrop_and_resize_op_benchmark_test.cc40 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()
Dcrop_and_resize_op.cc130 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/
Dimage_grad_test.py339 crop_size = [crop_height, crop_width]
356 crop_size, shape=[2]))
418 crop_size = [crop_height, crop_width]
447 crop_size, shape=[2]))
Dimage_ops_impl.py3267 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/
Dapi_def_CropAndResize.pbtxt33 name: "crop_size"
65 common output size specified by `crop_size`. This is more general than the
/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.pbtxt713 …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.pbtxt713 …argspec: "args=[\'image\', \'boxes\', \'box_ind\', \'crop_size\', \'method\', \'extrapolation_valu…
/external/tensorflow/tensorflow/go/op/
Dwrappers.go9290 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/
Dops_history.v1.pbtxt16138 name: "crop_size"
16196 name: "crop_size"
16255 name: "crop_size"
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.pbtxt7016 name: "crop_size"