aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/types.cc
Commit message (Expand)AuthorAge
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-04-02
* Improve performance of several utility functions in TensorFlowGravatar A. Unique TensorFlower2018-01-11
* Fixed the implementation of DataTypeString to avoid a stack overflow whenGravatar Benoit Steiner2018-01-04
* [TF] Mark DT_STRING and DT_RESOURCE types as always sitting on host memory.Gravatar Eugene Brevdo2017-12-12
* Add IsDataTypeComplex helper function. In numerous places, we needlessly depe...Gravatar A. Unique TensorFlower2017-12-10
* [TF:XLA] Fix wrong output of FloorDiv op for DT_HALF values.Gravatar Peter Hawkins2017-12-04
* Register more ops with bfloat16 types.Gravatar Peter Hawkins2017-11-30
* Add bitwise LeftShift (aka. tf.bitwise.left_shift) and RightShift (tf.bitwise...Gravatar Peter Hawkins2017-10-17
* Add uint32 and uint64 types to TensorFlow.Gravatar Peter Hawkins2017-10-10
* Merge changes from github.Gravatar Andrew Harp2017-08-21
* Added DT_VARIANT type.Gravatar Manjunath Kudlur2017-07-21
* Automated g4 rollback of changelist 162668355Gravatar Manjunath Kudlur2017-07-21
* Added DT_VARIANT type.Gravatar Manjunath Kudlur2017-07-20
* Support 16bit quantized types in tf.bitcast.Gravatar A. Unique TensorFlower2017-07-12
* Remove unnecessary copies of value parameters.Gravatar Peter Hawkins2017-05-10
* Don't FATAL when asked for the name of an unknown type.Gravatar David G. Andersen2016-12-23
* Merge changes from github.Gravatar Benoit Steiner2016-11-09
* Adds a resource reference dtype to TF.Gravatar A. Unique TensorFlower2016-10-14
* Introduce IS_MOBILE_PLATFORM macro, defined in platform.h, and use this forGravatar A. Unique TensorFlower2016-06-03
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Adding a new cc_library for Android which supports selectiveGravatar A. Unique TensorFlower2016-06-01
* Add support for quantized types in `tensorflow::DataTypeSize()`.Gravatar Derek Murray2016-05-20
* Catch integer division by zero on CPU to avoid SIGFPEGravatar Geoffrey Irving2016-05-03
* fp16-enable all the componentwise ops.Gravatar A. Unique TensorFlower2016-04-15
* Fix a case where DT_HALF would not be part of the right type listsGravatar A. Unique TensorFlower2016-03-23
* Add a half type to TensorFlow core, based on Eigen::half.Gravatar A. Unique TensorFlower2016-03-22
* Adding more types for __ANDROID_TYPES_FULL__ profile.Gravatar A. Unique TensorFlower2016-03-21
* Rollforward of "Merge changes from github."Gravatar Geoffrey Irving2016-03-16
* Rollback of: "Merge changes from github."Gravatar Vijay Vasudevan2016-03-16
* Merge changes from github.Gravatar Martin Wicke2016-03-16
* Add a bitcast op for changing the type of a tensor without copying its bufferGravatar A. Unique TensorFlower2016-02-12
* Adds UINT16 type to TensorFlow.Gravatar A. Unique TensorFlower2016-01-25
* Change: 110592065Gravatar A. Unique TensorFlower2015-12-21
* 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