aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/draw_bounding_box_op.cc
Commit message (Expand)AuthorAge
* Internal changeGravatar A. Unique TensorFlower2018-05-30
* Cleanup: Ran clang-format on all *.{cc,h} files in tensorflow/core/kernels.Gravatar A. Unique TensorFlower2018-01-26
* Modified draw_bounding_box_op.cc so that it cycles through a color table when...Gravatar A. Unique TensorFlower2016-09-01
* Updated the draw_bounding_box operation to work properly with fp16Gravatar Benoit Steiner2016-06-27
* Change some kernels to use TF_CALL* macros, so that the instantiations for someGravatar A. Unique TensorFlower2016-06-06
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Add fp16 support to the DrawBoundingBoxes op; used for e.g. Inception.Gravatar A. Unique TensorFlower2016-05-24
* Add tf.image.draw_bounding_box and tf.image.sample_distorted_bounding_box.Gravatar Martin Wicke2016-02-14