aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/tensor_shape.cc
Commit message (Expand)AuthorAge
* Add methods RemoveLastDims and RemoveDimRange to TensorShape. Apart from the ...Gravatar A. Unique TensorFlower2017-09-20
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Update internal SparseTensor C++ implementation to use a vector of int64.Gravatar Eugene Brevdo2017-06-09
* Make TensorShape and PartialTensorShape share memory representationGravatar Geoffrey Irving2017-05-19
* Remove 2**40 size limit on TensorShape and harden to overflowGravatar Geoffrey Irving2017-03-30
* Prevent the OneHot op from asserting when trying to build tensors with more t...Gravatar Benoit Steiner2017-03-22
* Add remaining features to MutableDenseHashTable:Gravatar A. Unique TensorFlower2016-10-18
* Add missing space in error message.Gravatar A. Unique TensorFlower2016-10-12
* Automated rollback of change 128393251Gravatar Andrew Selle2016-08-02
* Automated rollback of change 128378997Gravatar Andrew Selle2016-07-25
* Automated rollback of change 127492429Gravatar Andrew Selle2016-07-25
* Automated rollback of change 127463353Gravatar Andrew Selle2016-07-14
* Enable strided slice op as default slicing.Gravatar Andrew Selle2016-07-14
* Do not require input and filter tensors to be passed to conv3d_backprop_{inpu...Gravatar A. Unique TensorFlower2016-06-14
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Refactoring shape checking to reduce redundant checksGravatar David G. Andersen2016-05-04
* Continuing to eliminate int64->32 implicit conversion warnings and return mor...Gravatar David G. Andersen2016-05-02
* More comprehensively enforcing Tensor MaxDimensions limit.Gravatar David G. Andersen2016-04-08
* Fixing additional int64->32 implicit conversion warnings.Gravatar David G. Andersen2016-04-08
* Several changes to reduce TensorFlow code size (especially importantGravatar A. Unique TensorFlower2016-03-24
* Avoid race conditions in TensorShape and PartialTensorShapeGravatar Geoffrey Irving2016-03-16
* Remove race conditions from TensorShapeUtils::MakeShapeGravatar Geoffrey Irving2016-03-15
* Remove race conditions from TensorShapeUtils::MakeShapeGravatar Geoffrey Irving2016-03-14
* Remove race conditions from TensorShapeUtils::MakeShapeGravatar Geoffrey Irving2016-03-14
* Changes to reduce code size (especially useful for mobile):Gravatar A. Unique TensorFlower2016-03-01
* Avoid some over-inlined routines. Reduces code size of TensorFlow binariesGravatar A. Unique TensorFlower2016-02-25
* Expose the ability to store and retrieve a datatype from the TensorShapeGravatar A. Unique TensorFlower2016-02-10
* TensorFlow: change int -> size_t to silence warningGravatar Vijay Vasudevan2016-02-09
* Reimplementation of TensorShape to significantly reduce its memory footprintGravatar A. Unique TensorFlower2016-02-08
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* Change uses of TensorShape::ShortDebugString to DebugStringGravatar Geoffrey Irving2016-01-22
* Change DebugString behavior to ShortDebugStringGravatar Geoffrey Irving2016-01-20
* TensorFlow: Upstream changes to git.Gravatar Vijay Vasudevan2015-12-08
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06