Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dsample_distorted_bounding_box_op.cc73 const std::vector<Rectangle>& bounding_boxes) { in SatisfiesOverlapConstraints() argument
83 for (const auto& bbox : bounding_boxes) { in SatisfiesOverlapConstraints()
299 std::vector<Rectangle> bounding_boxes; in Compute() local
316 bounding_boxes.push_back(Rectangle(x_min, y_min, x_max, y_max)); in Compute()
322 if (bounding_boxes.empty()) { in Compute()
328 bounding_boxes.push_back(image_rect); in Compute()
350 bounding_boxes)) { in Compute()
/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)
/external/tensorflow/tensorflow/core/ops/
Dimage_ops.cc617 ShapeHandle bounding_boxes; in __anonc970e8b61002() local
618 TF_RETURN_IF_ERROR(c->WithRank(c->input(1), 3, &bounding_boxes)); in __anonc970e8b61002()
623 TF_RETURN_IF_ERROR(c->WithValue(c->Dim(bounding_boxes, 2), 4, &unused)); in __anonc970e8b61002()
650 ShapeHandle bounding_boxes; in __anonc970e8b61102() local
651 TF_RETURN_IF_ERROR(c->WithRank(c->input(1), 3, &bounding_boxes)); in __anonc970e8b61102()
658 TF_RETURN_IF_ERROR(c->WithValue(c->Dim(bounding_boxes, 2), 4, &unused)); in __anonc970e8b61102()
Dops.pbtxt32422 name: "bounding_boxes"
32514 name: "bounding_boxes"
/external/tensorflow/tensorflow/contrib/eager/python/examples/revnet/
Dresnet_preprocessing.py61 bounding_boxes=bbox,
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_impl.py2215 bounding_boxes, argument
2312 image_size, bounding_boxes, seed1, seed2, min_object_covered,
2321 bounding_boxes, argument
2429 bounding_boxes,
Dimage_ops_test.py2046 bounding_boxes=bounding_box_tf,
2067 bounding_boxes=bounding_box_tf,
2177 bounding_boxes=bounding_box,
2193 bounding_boxes=bounding_box,
2215 bounding_boxes=bounding_box,
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.image.pbtxt213 …argspec: "args=[\'image_size\', \'bounding_boxes\', \'seed\', \'min_object_covered\', \'aspect_rat…
Dtensorflow.raw_ops.pbtxt3145 …argspec: "args=[\'image_size\', \'bounding_boxes\', \'seed\', \'seed2\', \'min_object_covered\', \…
3149 …argspec: "args=[\'image_size\', \'bounding_boxes\', \'min_object_covered\', \'seed\', \'seed2\', \…
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.image.pbtxt233 …argspec: "args=[\'image_size\', \'bounding_boxes\', \'seed\', \'seed2\', \'min_object_covered\', \…
Dtensorflow.raw_ops.pbtxt3145 …argspec: "args=[\'image_size\', \'bounding_boxes\', \'seed\', \'seed2\', \'min_object_covered\', \…
3149 …argspec: "args=[\'image_size\', \'bounding_boxes\', \'min_object_covered\', \'seed\', \'seed2\', \…
/external/tensorflow/tensorflow/go/op/
Dwrappers.go18076 func SampleDistortedBoundingBox(scope *Scope, image_size tf.Output, bounding_boxes tf.Output, optio…
18087 image_size, bounding_boxes,
37313 func SampleDistortedBoundingBoxV2(scope *Scope, image_size tf.Output, bounding_boxes tf.Output, min…
37324 image_size, bounding_boxes, min_object_covered,
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v0.pbtxt28284 name: "bounding_boxes"
Dops_history.v1.pbtxt65156 name: "bounding_boxes"
65248 name: "bounding_boxes"
Dops_history.v2.pbtxt64529 name: "bounding_boxes"
64621 name: "bounding_boxes"