Home
last modified time | relevance | path

Searched refs:box_ind (Results 1 – 23 of 23) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/image/
Dcrop_and_resize_op.h33 typename TTypes<int32, 1>::ConstTensor box_ind,
44 typename TTypes<int32, 1>::ConstTensor box_ind,
55 typename TTypes<int32, 1>::ConstTensor box_ind,
Dcrop_and_resize_op_benchmark_test.cc31 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()
Dcrop_and_resize_op_gpu.cu.cc354 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/
DCropAndResize.pbtxt12 name: "box_ind"
70 name: "box_ind"
129 name: "box_ind"
DCropAndResizeGradImage.pbtxt12 name: "box_ind"
58 name: "box_ind"
DCropAndResizeGradBoxes.pbtxt16 name: "box_ind"
67 name: "box_ind"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DCropAndResize.pbtxt12 name: "box_ind"
70 name: "box_ind"
129 name: "box_ind"
DCropAndResizeGradImage.pbtxt12 name: "box_ind"
58 name: "box_ind"
DCropAndResizeGradBoxes.pbtxt16 name: "box_ind"
67 name: "box_ind"
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_CropAndResizeGradImage.pbtxt13 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.
Dapi_def_CropAndResizeGradBoxes.pbtxt20 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.
Dapi_def_CropAndResize.pbtxt14 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/
Dimage_grad_test_base.py440 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])
Dimage_ops_impl.py4763 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/
Dimage_grad_test.cc316 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/
Dimage_ops.cc894 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()
Dops.pbtxt9305 name: "box_ind"
9369 name: "box_ind"
9417 name: "box_ind"
/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…
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/
Dtensorflow.raw_ops.pbtxt925 …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/
Dwrappers.go12121 …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/
Dops_history.v2.pbtxt16076 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"
Dops_history.v0.pbtxt8988 name: "box_ind"
9050 name: "box_ind"
9097 name: "box_ind"