/external/tensorflow/tensorflow/core/kernels/ |
D | sample_distorted_bounding_box_op.cc | 73 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/ |
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)
|
/external/tensorflow/tensorflow/core/ops/ |
D | image_ops.cc | 617 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()
|
D | ops.pbtxt | 32422 name: "bounding_boxes" 32514 name: "bounding_boxes"
|
/external/tensorflow/tensorflow/contrib/eager/python/examples/revnet/ |
D | resnet_preprocessing.py | 61 bounding_boxes=bbox,
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_impl.py | 2215 bounding_boxes, argument 2312 image_size, bounding_boxes, seed1, seed2, min_object_covered, 2321 bounding_boxes, argument 2429 bounding_boxes,
|
D | image_ops_test.py | 2046 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/ |
D | tensorflow.image.pbtxt | 213 …argspec: "args=[\'image_size\', \'bounding_boxes\', \'seed\', \'min_object_covered\', \'aspect_rat…
|
D | tensorflow.raw_ops.pbtxt | 3145 …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/ |
D | tensorflow.image.pbtxt | 233 …argspec: "args=[\'image_size\', \'bounding_boxes\', \'seed\', \'seed2\', \'min_object_covered\', \…
|
D | tensorflow.raw_ops.pbtxt | 3145 …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/ |
D | wrappers.go | 18076 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/ |
D | ops_history.v0.pbtxt | 28284 name: "bounding_boxes"
|
D | ops_history.v1.pbtxt | 65156 name: "bounding_boxes" 65248 name: "bounding_boxes"
|
D | ops_history.v2.pbtxt | 64529 name: "bounding_boxes" 64621 name: "bounding_boxes"
|