Home
last modified time | relevance | path

Searched refs:bounding_boxes (Results 1 – 21 of 21) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/image/
Dsample_distorted_bounding_box_op.cc78 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/
Dapi_def_SampleDistortedBoundingBox.pbtxt10 name: "bounding_boxes"
97 `bounding_boxes` and a series of constraints.
115 bounding_boxes=bounding_boxes)
Dapi_def_SampleDistortedBoundingBoxV2.pbtxt10 name: "bounding_boxes"
97 `bounding_boxes` and a series of constraints.
115 bounding_boxes=bounding_boxes)
Dapi_def_StatelessSampleDistortedBoundingBox.pbtxt10 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/
Dimage_ops.cc712 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 …]
Dops.pbtxt43522 name: "bounding_boxes"
43614 name: "bounding_boxes"
52462 name: "bounding_boxes"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DSampleDistortedBoundingBox.pbtxt8 name: "bounding_boxes"
DSampleDistortedBoundingBoxV2.pbtxt8 name: "bounding_boxes"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DStatelessSampleDistortedBoundingBox.pbtxt8 name: "bounding_boxes"
DSampleDistortedBoundingBox.pbtxt8 name: "bounding_boxes"
DSampleDistortedBoundingBoxV2.pbtxt8 name: "bounding_boxes"
/external/tensorflow/tensorflow/go/genop/internal/
Dgenop_test.go773 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/
Dtensorflow.image.pbtxt221 …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…
Dtensorflow.raw_ops.pbtxt3873 …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/
Dimage_ops_impl.py3293 bounding_boxes, argument
3394 bounding_boxes,
3408 bounding_boxes, argument
3519 bounding_boxes=bounding_boxes,
3536 bounding_boxes, argument
3633 bounding_boxes,
Dimage_ops_test.py2286 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/
Dtensorflow.image.pbtxt249 …argspec: "args=[\'image_size\', \'bounding_boxes\', \'seed\', \'seed2\', \'min_object_covered\', \…
Dtensorflow.raw_ops.pbtxt3873 …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/
Dwrappers.go12472 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/
Dops_history.v0.pbtxt28284 name: "bounding_boxes"
Dops_history.v2.pbtxt63866 name: "bounding_boxes"
63958 name: "bounding_boxes"