/external/tensorflow/tensorflow/core/kernels/ |
D | crop_and_resize_op.h | 33 typename TTypes<int32, 1>::ConstTensor box_ind, 43 typename TTypes<int32, 1>::ConstTensor box_ind, 54 typename TTypes<int32, 1>::ConstTensor box_ind,
|
D | crop_and_resize_op_benchmark_test.cc | 31 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()
|
D | crop_and_resize_op_gpu.cu.cc | 352 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/ |
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_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_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.py | 345 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])
|
D | image_ops_impl.py | 3331 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/ |
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 | 726 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()
|
D | ops.pbtxt | 7012 name: "box_ind" 7076 name: "box_ind" 7124 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 | 713 …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/ |
D | tensorflow.raw_ops.pbtxt | 713 …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/ |
D | wrappers.go | 9290 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/ |
D | ops_history.v1.pbtxt | 16134 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"
|
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"
|