Searched refs:box_indices (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.image.pbtxt | 45 …argspec: "args=[\'image\', \'boxes\', \'box_indices\', \'crop_size\', \'method\', \'extrapolation_…
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.image.pbtxt | 45 …ind\', \'crop_size\', \'method\', \'extrapolation_value\', \'name\', \'box_indices\'], varargs=Non…
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_impl.py | 4675 box_indices, argument 4751 return gen_image_ops.crop_and_resize(image, boxes, box_indices, crop_size, 4768 box_indices=None): argument 4769 box_ind = deprecation.deprecated_argument_lookup('box_indices', box_indices,
|
D | image_ops_test.py | 5992 box_indices=[1], 6002 box_indices=[1],
|