Home
last modified time | relevance | path

Searched refs:bbox_size (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/accuracy/ilsvrc/
Dinception_preprocessing.cc41 auto bbox_size = ops::Sub(s, image_dims, ops::Mul(s, bbox_begin, 2)); in CentralCropImage() local
43 auto slice_size = ops::Concat(s, {bbox_size, {-1}}, 0); in CentralCropImage()
/external/tensorflow/tensorflow/contrib/eager/python/examples/revnet/
Dresnet_preprocessing.py67 bbox_begin, bbox_size, _ = sample_distorted_bounding_box
71 target_height, target_width, _ = tf.unstack(bbox_size)
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_impl.py638 bbox_size = array_ops.stack([bbox_h_size, bbox_w_size, -1])
641 bbox_size = array_ops.stack([-1, bbox_h_size, bbox_w_size, -1])
643 image = array_ops.slice(image, bbox_begin, bbox_size)