Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dcrop_and_resize_op.h33 typename TTypes<int32, 1>::ConstTensor box_ind,
43 typename TTypes<int32, 1>::ConstTensor box_ind,
54 typename TTypes<int32, 1>::ConstTensor box_ind,
Dcrop_and_resize_op_benchmark_test.cc31 Tensor box_ind(DT_INT32, TensorShape({batches})); in BM_CropAndResize() local
32 auto box_ind_flat = box_ind.flat<int32>(); in BM_CropAndResize()
48 .Input(test::graph::Constant(g, box_ind)) in BM_CropAndResize()
Dcrop_and_resize_op_gpu.cu.cc352 typename TTypes<int32, 1>::ConstTensor box_ind, in operator ()()
377 boxes.data(), box_ind.data(), num_boxes, batch, image_height, in operator ()()
390 typename TTypes<int32, 1>::ConstTensor box_ind, in operator ()()
427 grads.data(), boxes.data(), box_ind.data(), num_boxes, batch, in operator ()()
441 typename TTypes<int32, 1>::ConstTensor box_ind, in operator ()()
471 grads.data(), image.data(), boxes.data(), box_ind.data(), num_boxes, in operator ()()
/external/tensorflow/tensorflow/core/api_def/base_api/
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_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_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.py345 box_ind = np.array([0, 1], dtype=np.int32)
354 box_ind, shape=[num_boxes]),
435 box_ind = np.arange(batch, dtype=np.int32)
441 box_ind, shape=[num_boxes])
Dimage_ops_impl.py3331 box_ind=None, argument
3337 box_ind = deprecation.deprecated_argument_lookup(
3338 "box_indices", box_indices, "box_ind", box_ind)
3340 image, boxes, box_ind, crop_size, method, extrapolation_value, name)
/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.cc726 ShapeHandle box_ind; in __anonc970e8b61302() local
727 TF_RETURN_IF_ERROR(c->WithRank(c->input(2), 1, &box_ind)); in __anonc970e8b61302()
732 c->Merge(c->Dim(boxes, 0), c->Dim(box_ind, 0), &num_boxes_dim)); in __anonc970e8b61302()
Dops.pbtxt7012 name: "box_ind"
7076 name: "box_ind"
7124 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.pbtxt713 …argspec: "args=[\'image\', \'boxes\', \'box_ind\', \'crop_size\', \'method\', \'extrapolation_valu…
717 …argspec: "args=[\'grads\', \'image\', \'boxes\', \'box_ind\', \'method\', \'name\'], varargs=None,…
721 …argspec: "args=[\'grads\', \'boxes\', \'box_ind\', \'image_size\', \'T\', \'method\', \'name\'], v…
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.raw_ops.pbtxt713 …argspec: "args=[\'image\', \'boxes\', \'box_ind\', \'crop_size\', \'method\', \'extrapolation_valu…
717 …argspec: "args=[\'grads\', \'image\', \'boxes\', \'box_ind\', \'method\', \'name\'], varargs=None,…
721 …argspec: "args=[\'grads\', \'boxes\', \'box_ind\', \'image_size\', \'T\', \'method\', \'name\'], v…
/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,
37551 func CropAndResizeGradImage(scope *Scope, grads tf.Output, boxes tf.Output, box_ind tf.Output, imag…
37562 grads, boxes, box_ind, image_size,
37681 …adBoxes(scope *Scope, grads tf.Output, image tf.Output, boxes tf.Output, box_ind tf.Output, option…
37692 grads, image, boxes, box_ind,
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v1.pbtxt16134 name: "box_ind"
16192 name: "box_ind"
16251 name: "box_ind"
16315 name: "box_ind"
16366 name: "box_ind"
16414 name: "box_ind"
16460 name: "box_ind"
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"