/external/tensorflow/tensorflow/core/kernels/image/ |
D | sample_distorted_bounding_box_op.cc | 78 const std::vector<Rectangle>& bounding_boxes) { in SatisfiesOverlapConstraints() argument 88 for (const auto& bbox : bounding_boxes) { in SatisfiesOverlapConstraints() 314 std::vector<Rectangle> bounding_boxes; in DoCompute() local 331 bounding_boxes.push_back(Rectangle(x_min, y_min, x_max, y_max)); in DoCompute() 337 if (bounding_boxes.empty()) { in DoCompute() 343 bounding_boxes.push_back(image_rect); in DoCompute() 365 bounding_boxes)) { in DoCompute()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_SampleDistortedBoundingBox.pbtxt | 10 name: "bounding_boxes" 97 `bounding_boxes` and a series of constraints. 115 bounding_boxes=bounding_boxes)
|
D | api_def_SampleDistortedBoundingBoxV2.pbtxt | 10 name: "bounding_boxes" 97 `bounding_boxes` and a series of constraints. 115 bounding_boxes=bounding_boxes)
|
D | api_def_StatelessSampleDistortedBoundingBox.pbtxt | 10 name: "bounding_boxes" 90 bounding box, given an `image_size`, `bounding_boxes` and a series of 116 ... tf.shape(image), bounding_boxes=bbox, seed=seed))
|
/external/tensorflow/tensorflow/core/ops/ |
D | image_ops.cc | 712 ShapeHandle bounding_boxes; in __anonc970e8b61102() local 713 TF_RETURN_IF_ERROR(c->WithRank(c->input(1), 3, &bounding_boxes)); in __anonc970e8b61102() 718 TF_RETURN_IF_ERROR(c->WithValue(c->Dim(bounding_boxes, 2), 4, &unused)); in __anonc970e8b61102() 745 ShapeHandle bounding_boxes; in __anonc970e8b61202() local 746 TF_RETURN_IF_ERROR(c->WithRank(c->input(1), 3, &bounding_boxes)); in __anonc970e8b61202() 753 TF_RETURN_IF_ERROR(c->WithValue(c->Dim(bounding_boxes, 2), 4, &unused)); in __anonc970e8b61202() 779 ShapeHandle bounding_boxes; in __anonc970e8b61302() local 780 TF_RETURN_IF_ERROR(c->WithRank(c->input(1), 3, &bounding_boxes)); in __anonc970e8b61302() 789 TF_RETURN_IF_ERROR(c->WithValue(c->Dim(bounding_boxes, 2), 4, &unused)); in __anonc970e8b61302() 1123 ShapeHandle scores, images, bounding_boxes, anchors, nms_threshold, in __anonc970e8b61e02() local [all …]
|
D | ops.pbtxt | 43522 name: "bounding_boxes" 43614 name: "bounding_boxes" 52462 name: "bounding_boxes"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/ |
D | SampleDistortedBoundingBox.pbtxt | 8 name: "bounding_boxes"
|
D | SampleDistortedBoundingBoxV2.pbtxt | 8 name: "bounding_boxes"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/ |
D | StatelessSampleDistortedBoundingBox.pbtxt | 8 name: "bounding_boxes"
|
D | SampleDistortedBoundingBox.pbtxt | 8 name: "bounding_boxes"
|
D | SampleDistortedBoundingBoxV2.pbtxt | 8 name: "bounding_boxes"
|
/external/tensorflow/tensorflow/go/genop/internal/ |
D | genop_test.go | 773 func SampleDistortedBoundingBox(scope *Scope, image_size tf.Output, bounding_boxes tf.Output, optio… 784 image_size, bounding_boxes,
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.image.pbtxt | 221 …argspec: "args=[\'image_size\', \'bounding_boxes\', \'seed\', \'min_object_covered\', \'aspect_rat… 269 …argspec: "args=[\'image_size\', \'bounding_boxes\', \'seed\', \'min_object_covered\', \'aspect_rat…
|
D | tensorflow.raw_ops.pbtxt | 3873 …argspec: "args=[\'image_size\', \'bounding_boxes\', \'seed\', \'seed2\', \'min_object_covered\', \… 3877 …argspec: "args=[\'image_size\', \'bounding_boxes\', \'min_object_covered\', \'seed\', \'seed2\', \… 4653 …argspec: "args=[\'image_size\', \'bounding_boxes\', \'min_object_covered\', \'seed\', \'aspect_rat…
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_impl.py | 3293 bounding_boxes, argument 3394 bounding_boxes, 3408 bounding_boxes, argument 3519 bounding_boxes=bounding_boxes, 3536 bounding_boxes, argument 3633 bounding_boxes,
|
D | image_ops_test.py | 2286 bounding_boxes=bounding_box_tf, 2307 bounding_boxes=bounding_box_tf, 2414 bounding_boxes=bounding_box, 2430 bounding_boxes=bounding_box, 2452 bounding_boxes=bounding_box, 2492 bounding_boxes=bounding_box_tf, 2581 bounding_boxes=bounding_box,
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.image.pbtxt | 249 …argspec: "args=[\'image_size\', \'bounding_boxes\', \'seed\', \'seed2\', \'min_object_covered\', \…
|
D | tensorflow.raw_ops.pbtxt | 3873 …argspec: "args=[\'image_size\', \'bounding_boxes\', \'seed\', \'seed2\', \'min_object_covered\', \… 3877 …argspec: "args=[\'image_size\', \'bounding_boxes\', \'min_object_covered\', \'seed\', \'seed2\', \… 4653 …argspec: "args=[\'image_size\', \'bounding_boxes\', \'min_object_covered\', \'seed\', \'aspect_rat…
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 12472 func StatelessSampleDistortedBoundingBox(scope *Scope, image_size tf.Output, bounding_boxes tf.Outp… 12483 image_size, bounding_boxes, min_object_covered, seed, 12628 func SampleDistortedBoundingBox(scope *Scope, image_size tf.Output, bounding_boxes tf.Output, optio… 12639 image_size, bounding_boxes, 19988 func SampleDistortedBoundingBoxV2(scope *Scope, image_size tf.Output, bounding_boxes tf.Output, min… 19999 image_size, bounding_boxes, min_object_covered,
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v0.pbtxt | 28284 name: "bounding_boxes"
|
D | ops_history.v2.pbtxt | 63866 name: "bounding_boxes" 63958 name: "bounding_boxes"
|