aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/fused_batch_norm_op.cc
Commit message (Expand)AuthorAge
* Quick FusedBatchNorm performance regression fix:Gravatar A. Unique TensorFlower2018-07-27
* Use tensorflow::se instead of perftools::gputools for StreamExecutor.Gravatar Justin Lebar2018-04-23
* Fixed fused batch norm performance regression.Gravatar Reed Wanderman-Milne2018-01-05
* Merge changes from github.Gravatar Raghuraman Krishnamoorthi2018-01-03
* Fill the 4th and 5th output of FusedBatchNormGradOp with zeros so that check_...Gravatar Yuefeng Zhou2017-12-22
* Merge changes from github.Gravatar Yifei Feng2017-11-22
* Automated g4 rollback of changelist 176615107Gravatar Yifei Feng2017-11-22
* Merge changes from github.Gravatar Yifei Feng2017-11-21
* Add float16 support to tf.nn.fused_batch_norm on the GPU.Gravatar Reed Wanderman-Milne2017-09-27
* Merge changes from github.Gravatar Shanqing Cai2017-09-25
* Don't assert on unsupported input typesGravatar Benoit Steiner2017-09-21
* Merge changes from github.Gravatar Jonathan Hseu2017-08-25
* Merge changes from github.Gravatar Shanqing Cai2017-07-10
* Change for internal compatibility.Gravatar Justin Lebar2017-03-10
* Rename forward_input_to_output -> forward_input_to_output_with_same_shape to ...Gravatar A. Unique TensorFlower2017-02-23
* Allow (safe) in-place computation in TensorFlow C++ ops. When at least one in...Gravatar A. Unique TensorFlower2017-02-21
* Make the evaluation of variance multithreaded in FusedBatchNorm.Gravatar Yao Zhang2017-02-09
* Add a fused batch normalization op, supporting both cuDNN and an Eigen-basedGravatar Yao Zhang2016-09-27