/external/tensorflow/tensorflow/core/kernels/image/ |
D | crop_and_resize_op.h | 33 typename TTypes<int32, 1>::ConstTensor box_ind, 44 typename TTypes<int32, 1>::ConstTensor box_ind, 55 typename TTypes<int32, 1>::ConstTensor box_ind,
|
D | crop_and_resize_op_benchmark_test.cc | 31 Tensor box_ind(DT_INT32, TensorShape({batches})); in CropAndResize() local 32 auto box_ind_flat = box_ind.flat<int32>(); in CropAndResize() 48 .Input(test::graph::Constant(g, box_ind)) in CropAndResize()
|
D | crop_and_resize_op_gpu.cu.cc | 354 typename TTypes<int32, 1>::ConstTensor box_ind, in operator ()() 379 boxes.data(), box_ind.data(), num_boxes, batch, image_height, in operator ()() 392 typename TTypes<int32, 1>::ConstTensor box_ind, in operator ()() 430 grads.data(), boxes.data(), box_ind.data(), num_boxes, batch, in operator ()() 444 typename TTypes<int32, 1>::ConstTensor box_ind, in operator ()() 474 grads.data(), image.data(), boxes.data(), box_ind.data(), num_boxes, in operator ()()
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/ |
D | CropAndResize.pbtxt | 12 name: "box_ind" 70 name: "box_ind" 129 name: "box_ind"
|
D | CropAndResizeGradImage.pbtxt | 12 name: "box_ind" 58 name: "box_ind"
|
D | CropAndResizeGradBoxes.pbtxt | 16 name: "box_ind" 67 name: "box_ind"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/ |
D | CropAndResize.pbtxt | 12 name: "box_ind" 70 name: "box_ind" 129 name: "box_ind"
|
D | CropAndResizeGradImage.pbtxt | 12 name: "box_ind" 58 name: "box_ind"
|
D | CropAndResizeGradBoxes.pbtxt | 16 name: "box_ind" 67 name: "box_ind"
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_CropAndResizeGradImage.pbtxt | 13 specifies the coordinates of a box in the `box_ind[i]` image and is specified 25 name: "box_ind" 28 The value of `box_ind[i]` specifies the image that the `i`-th box refers to.
|
D | api_def_CropAndResizeGradBoxes.pbtxt | 20 specifies the coordinates of a box in the `box_ind[i]` image and is specified 32 name: "box_ind" 35 The value of `box_ind[i]` specifies the image that the `i`-th box refers to.
|
D | api_def_CropAndResize.pbtxt | 14 specifies the coordinates of a box in the `box_ind[i]` image and is specified 26 name: "box_ind" 29 The value of `box_ind[i]` specifies the image that the `i`-th box refers to.
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_grad_test_base.py | 440 box_ind = np.array([0, 1], dtype=np.int32) 445 constant_op.constant(box_ind, shape=[num_boxes]), 523 box_ind = np.arange(batch, dtype=np.int32) 527 box_ind_tensor = constant_op.constant(box_ind, shape=[num_boxes])
|
D | image_ops_impl.py | 4763 box_ind=None, argument 4769 box_ind = deprecation.deprecated_argument_lookup('box_indices', box_indices, 4770 'box_ind', box_ind) 4771 return gen_image_ops.crop_and_resize(image, boxes, box_ind, crop_size, method,
|
/external/tensorflow/tensorflow/cc/gradients/ |
D | image_grad_test.cc | 316 void MakeOp(const Tensor& x_data, const Input& boxes, const Input& box_ind, in MakeOp() argument 319 *y = CropAndResize(scope_, *x, boxes, box_ind, crop_size, in MakeOp()
|
/external/tensorflow/tensorflow/core/ops/ |
D | image_ops.cc | 894 ShapeHandle box_ind; in __anon30b5031d1602() local 895 TF_RETURN_IF_ERROR(c->WithRank(c->input(2), 1, &box_ind)); in __anon30b5031d1602() 900 c->Merge(c->Dim(boxes, 0), c->Dim(box_ind, 0), &num_boxes_dim)); in __anon30b5031d1602()
|
D | ops.pbtxt | 9305 name: "box_ind" 9369 name: "box_ind" 9417 name: "box_ind"
|
/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 | 925 …argspec: "args=[\'image\', \'boxes\', \'box_ind\', \'crop_size\', \'method\', \'extrapolation_valu… 929 …argspec: "args=[\'grads\', \'image\', \'boxes\', \'box_ind\', \'method\', \'name\'], varargs=None,… 933 …argspec: "args=[\'grads\', \'boxes\', \'box_ind\', \'image_size\', \'T\', \'method\', \'name\'], v…
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.raw_ops.pbtxt | 925 …argspec: "args=[\'image\', \'boxes\', \'box_ind\', \'crop_size\', \'method\', \'extrapolation_valu… 929 …argspec: "args=[\'grads\', \'image\', \'boxes\', \'box_ind\', \'method\', \'name\'], varargs=None,… 933 …argspec: "args=[\'grads\', \'boxes\', \'box_ind\', \'image_size\', \'T\', \'method\', \'name\'], v…
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 12121 …adBoxes(scope *Scope, grads tf.Output, image tf.Output, boxes tf.Output, box_ind tf.Output, option… 12132 grads, image, boxes, box_ind, 50671 func CropAndResizeGradImage(scope *Scope, grads tf.Output, boxes tf.Output, box_ind tf.Output, imag… 50682 grads, boxes, box_ind, image_size, 51143 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/ |
D | ops_history.v2.pbtxt | 16076 name: "box_ind" 16134 name: "box_ind" 16193 name: "box_ind" 16257 name: "box_ind" 16308 name: "box_ind" 16356 name: "box_ind" 16402 name: "box_ind"
|
D | ops_history.v0.pbtxt | 8988 name: "box_ind" 9050 name: "box_ind" 9097 name: "box_ind"
|