aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/ops/image_ops.cc
Commit message (Expand)AuthorAge
* Merge changes from github.Gravatar Shanqing Cai2017-07-10
* Introduce QuantizedReslizeBilinearGravatar A. Unique TensorFlower2017-06-12
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Merge changes from github.Gravatar A. Unique TensorFlower2017-05-18
* Make all the image decode ops handle all formatsGravatar Geoffrey Irving2017-05-12
* Fix documentation on the offsets input to ExtractGlimpses.Gravatar A. Unique TensorFlower2017-02-22
* Fix issues with shape inference during graph import.Gravatar Pete Warden2017-01-13
* Fused version of adjust_saturation.Gravatar A. Unique TensorFlower2017-01-09
* Minor fix: allowing min_object_overlap to be 0.Gravatar A. Unique TensorFlower2016-12-28
* Add an option for choosing the J_DCT_METHOD for jpeg decoding toGravatar Vijay Vasudevan2016-12-08
* Add a fused adjust_hue that is 6-7 times faster on CPU. The GPU kernel will beGravatar Xiaoqiang Zheng2016-11-03
* Quote tf.* identifiers in documentation.Gravatar Patrick Nguyen2016-09-29
* Add syntax highlighting and fix some lists in docs.Gravatar Patrick Nguyen2016-09-28
* Fix spelling in docstrings.Gravatar Patrick Nguyen2016-09-28
* Fix symbol names in documentation.Gravatar Patrick Nguyen2016-09-28
* Merge changes from github.Gravatar Martin Wicke2016-09-21
* Switch remaining ops in image_ops.py to use C++ shape functions.Gravatar A. Unique TensorFlower2016-09-08
* Delegate to C++ shape inference functions for several ops inGravatar A. Unique TensorFlower2016-08-30
* Add shape_inference::ShapeHandle and shape_inference::DimensionHandle toGravatar A. Unique TensorFlower2016-08-23
* C++ shape inference for some image ops.Gravatar Suharsh Sivakumar2016-08-01
* Annotate more ops with common shape functions, mostly for unchanged_shapeGravatar Vijay Vasudevan2016-07-25
* Merge changes from github.Gravatar Martin Wicke2016-07-25
* Cleanups for shape inference (mainly testing):Gravatar A. Unique TensorFlower2016-07-22
* Add C++ shape inference functions for several image ops.Gravatar A. Unique TensorFlower2016-07-20
* Adding missing closing backquote to DrawBoundingBoxes documentation.Gravatar A. Unique TensorFlower2016-07-18
* Adds a non_max_suppression op. This operation performs non max suppression ofGravatar A. Unique TensorFlower2016-07-15
* Adds a crop_and_resize_op. Crops multiple boxes from a single image and resiz...Gravatar A. Unique TensorFlower2016-06-22
* Fix the doc strings and Attrs in Op registrations to conform toGravatar Manjunath Kudlur2016-06-14
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* fp16-enable all image resize ops. (Most of them already had code builtGravatar A. Unique TensorFlower2016-05-25
* Add fp16 support to the DrawBoundingBoxes op; used for e.g. Inception.Gravatar A. Unique TensorFlower2016-05-24
* Add a .Deprecated method to REGISTER_OPGravatar Geoffrey Irving2016-04-20
* Merge attention_ops (which only has one op) into image_ops.Gravatar Josh Levenberg2016-03-03
* Merge changes from github.Gravatar Vijay Vasudevan2016-02-17
* Add tf.image.draw_bounding_box and tf.image.sample_distorted_bounding_box.Gravatar Martin Wicke2016-02-14
* Allow encoding of gray-alpha PNGs.Gravatar A. Unique TensorFlower2016-02-12
* Adds support for 16 bit PNG encoding and decoding.Gravatar A. Unique TensorFlower2016-02-01
* Adds an "align_corners" option to the ResizeNearestNeighbor (+its gradient), ...Gravatar A. Unique TensorFlower2016-01-27
* some linting fixes to changes brought in from the public.Gravatar Vijay Vasudevan2016-01-07
* Change: 111565458Gravatar Manjunath Kudlur2016-01-07
* Fix some lint errors in image_ops_test.py and word2vec_basic.pyGravatar Vijay Vasudevan2015-12-22
* TensorFlow: merge changes from internalGravatar Vijay Vasudevan2015-12-11
* TensorFlow: upstream changes to git.Gravatar Vijay Vasudevan2015-12-08
* TensorFlow: upstream changes to gitGravatar Manjunath Kudlur2015-12-02
* TensorFlow: Upstream changes to gitGravatar Manjunath Kudlur2015-11-25
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06