aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/tensor_shape.h
Commit message (Expand)AuthorAge
* Add `ostream<<` to `tensorflow::TensorShapeBase`.Gravatar A. Unique TensorFlower2018-03-19
* Merge changes from github.Gravatar Yifei Feng2018-02-22
* Add methods RemoveLastDims and RemoveDimRange to TensorShape. Apart from the ...Gravatar A. Unique TensorFlower2017-09-20
* Remove a bunch of proto.h includes from tensorflow/core headersGravatar Gunhan Gulsoy2017-08-23
* 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
* Small header changes and a Doxygen tweak to shape the C++ API a bit better.Gravatar A. Unique TensorFlower2016-10-10
* Fix comparison of integers of different signsGravatar A. Unique TensorFlower2016-09-05
* Change Tensor::UnsafeCopyFromInternal to take an explicit DataType, rather th...Gravatar A. Unique TensorFlower2016-08-16
* Refactor common linear algebra op helper classes to a single base class and m...Gravatar A. Unique TensorFlower2016-07-26
* 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
* Reduce overhead of ExecutorState::ProcessOutputs:Gravatar A. Unique TensorFlower2016-05-04
* 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
* 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
* Add operator overload for !=.Gravatar A. Unique TensorFlower2016-02-22
* Add a bitcast op for changing the type of a tensor without copying its bufferGravatar A. Unique TensorFlower2016-02-12
* Expose the ability to store and retrieve a datatype from the TensorShapeGravatar A. Unique TensorFlower2016-02-10
* Fix a typo in tensor_shape.hGravatar Geoffrey Irving2016-02-09
* Reimplementation of TensorShape to significantly reduce its memory footprintGravatar A. Unique TensorFlower2016-02-08
* TensorFlow: fix bug in TensorShapeDim -- size is the wrong type.Gravatar Vijay Vasudevan2016-01-26
* Remove TensorShape::ShortDebugString in favor of TensorShape::DebugStringGravatar Geoffrey Irving2016-01-25
* Change uses of TensorShape::ShortDebugString to DebugStringGravatar Geoffrey Irving2016-01-22
* First step of moving files out of tensorflow/core/public/. HereGravatar Josh Levenberg2016-01-20