aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/bias_op.cc
Commit message (Expand)AuthorAge
* Switch to Eigen::Index in Tensorflow kernels.Gravatar Eugene Zhulenev2018-09-14
* Move BiasAddParams from _gpu.h to .cc file.Gravatar Mingxing Tan2018-06-22
* Autotune bias_add_grad GPU kernel using two candidates: customized bias_add_g...Gravatar Mingxing Tan2018-06-12
* Use tensorflow::se instead of perftools::gputools for StreamExecutor.Gravatar Justin Lebar2018-04-23
* Merge changes from github.Gravatar Frank Chen2017-10-06
* Remove a bunch of proto.h includes from tensorflow/core headersGravatar Gunhan Gulsoy2017-08-23
* Avoid depending on DeviceAttribute proto in bias_op.Gravatar Gunhan Gulsoy2017-08-17
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* 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 bias_add handle empty tensorsGravatar Geoffrey Irving2016-06-16
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* fp16 support for BiasAdd. Includes support for atomic adds for Eigen::half,Gravatar A. Unique TensorFlower2016-05-10
* Improved the performance of the BiasAddGrad op on CPU. The new code leverages...Gravatar Benoit Steiner2016-05-05
* Make TF_CALL_REAL_NUMBER_TYPES() and related macros include Eigen::halfGravatar A. Unique TensorFlower2016-04-13
* Temporary rollback of half support in TF_CALL_REAL_NUMBER_TYPES()Gravatar A. Unique TensorFlower2016-04-08
* Make TF_CALL_REAL_NUMBER_TYPES() and related macros include Eigen::halfGravatar A. Unique TensorFlower2016-04-08
* Fixing some implicit int64->32 downcast errors. (In most cases, byGravatar David G. Andersen2016-03-29
* Use the untemplated version of OpKernelContext::op_device_context() soGravatar Josh Levenberg2016-03-11
* Adding NCHW support for BiasAdd.Gravatar Xiaoqiang Zheng2016-03-04
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Doc and linter fixes, some additional tests andGravatar Vijay Vasudevan2015-11-16
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06