aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/cwise_ops_common.h
Commit message (Expand)AuthorAge
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* Add bfloat16 support for CPU ops.Gravatar A. Unique TensorFlower2018-03-02
* 1. Separate the special case BinaryFunctor when NDIMS == 2 into a template sp...Gravatar A. Unique TensorFlower2017-10-25
* Removed some unnecessary broadcasts in binary ops where only one input needsGravatar A. Unique TensorFlower2017-10-20
* Add tf.conj support for Variants, using a new variant op registration.Gravatar Eugene Brevdo2017-09-20
* Fix documentation for setting __ANDROID_TYPES_FULL__Gravatar A. Unique TensorFlower2017-08-25
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Add an approximate_equal op for floating point tensor comparison.Gravatar Yao Zhang2017-03-06
* Remove workarounds that deal with spaces in macro expansions. SelectiveGravatar A. Unique TensorFlower2017-03-01
* Work around bug in some Clang versions that can lead to these macros expandedGravatar A. Unique TensorFlower2017-02-27
* 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
* Merge changes from github.Gravatar Benoit Steiner2016-11-09
* Split cwise_op_equal_to, cwise_op_not_equal, cwise_op_add, and cwise_op_mulGravatar A. Unique TensorFlower2016-09-28
* Avoid clashing with a macro defined on some platforms.Gravatar Derek Murray2016-09-26
* Merge changes from github.Gravatar Martin Wicke2016-09-21
* Merge changes from github.Gravatar Martin Wicke2016-07-25
* Improved the gradients for tanh and sigmoid. This improves the speed of the p...Gravatar Benoit Steiner2016-06-30
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Merge changes from github.Gravatar Derek Murray2016-05-23
* Introduce common cwise code for "sparse <op> dense"; use for cdiv, cmul.Gravatar Zongheng Yang2016-05-05
* Catch integer division by zero on CPU to avoid SIGFPEGravatar Geoffrey Irving2016-05-03
* Make comparison operators work for bool tensors.Gravatar Martin Wicke2016-04-28
* fp16-enable all the componentwise ops.Gravatar A. Unique TensorFlower2016-04-15
* Get rid of heuristic in cwise_ops_common.h used to run Assign inline, since t...Gravatar A. Unique TensorFlower2016-03-03
* Changes to reduce code size (especially useful for mobile):Gravatar A. Unique TensorFlower2016-03-01
* Select op can now broadcast when the condition is a vector.Gravatar Eugene Brevdo2016-02-02
* String equality op.Gravatar Eugene Brevdo2016-01-29
* TensorFlow: upstream changes to git.Gravatar Manjunath Kudlur2015-12-04
* TensorFlow: upstream changes to gitGravatar Vijay Vasudevan2015-12-01
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: upstream changes from the afternoon.Gravatar Vijay Vasudevan2015-11-11
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06