aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/tensor.cc
Commit message (Expand)AuthorAge
* Allow subslicing Tensors with a single dimension.Gravatar A. Unique TensorFlower2018-09-25
* Add functionality to SubSlice a tensor.Gravatar A. Unique TensorFlower2018-09-24
* This CL adds a new `tf.print` operator that more closely aligns with the stan...Gravatar A. Unique TensorFlower2018-09-19
* Merge pull request #21283 from johschmitz:patch-1Gravatar TensorFlower Gardener2018-08-24
|\
* \ Merge pull request #20768 from yongtang:20751-tf.PrintGravatar TensorFlower Gardener2018-08-09
|\ \
* | | [tf.data] Add support for copying `Optional` variants to/from GPU.Gravatar Derek Murray2018-08-05
| | * Improve readability of Tensor::CheckType error outputGravatar Johannes Schmitz2018-07-31
| |/ |/|
| * Fix build breaksGravatar Yong Tang2018-07-13
| * Remove extra `...` from the tf.PrintGravatar Yong Tang2018-07-13
| * Format tensor.cc with clang-foramtGravatar Yong Tang2018-07-13
| * Fix tf.Print summarized format bugGravatar Yong Tang2018-07-13
|/
* Introduce Encoder and Decoder classes so that platform/*coding* doesn't have toGravatar A. Unique TensorFlower2018-05-23
* Improve error message in tensor.cc when IsAligned() test failsGravatar A. Unique TensorFlower2018-05-21
* Add types to error message in case of mismatch. NFC.Gravatar Jacques Pienaar2018-04-10
* Make strcat.{h,cc} independent of Eigen.Gravatar A. Unique TensorFlower2018-03-21
* Return false instead of crashing in Tensor::SharesBufferWith if neither tenso...Gravatar A. Unique TensorFlower2018-02-12
* Misc cleanups and tweaks:Gravatar Mingsheng Hong2018-02-05
* Automated g4 rollback of changelist 184347012Gravatar Anna R2018-02-02
* Rollback of recent changes to tensor.{h,cc}Gravatar Alexandre Passos2018-02-02
* Ops to get and set individual elements of TensorLists, and their gradients.Gravatar Alexandre Passos2018-01-22
* Fix bfloat16 serialization of Tensors.Gravatar Peter Hawkins2017-12-13
* Add uint32 and uint64 types to TensorFlow.Gravatar Peter Hawkins2017-10-10
* Merge changes from github.Gravatar Shanqing Cai2017-09-25
* Implement Variant changes suggested by Manjunath Kudlur; simplify API.Gravatar Eugene Brevdo2017-08-24
* Add ability for constant_op to accept encoded Variant tensors.Gravatar Eugene Brevdo2017-08-21
* Automated g4 rollback of changelist 163547070Gravatar Gunhan Gulsoy2017-08-01
* Automated g4 rollback of changelist 163510186Gravatar A. Unique TensorFlower2017-07-28
* Create VariantTensorData to use instead of VariantTensorDataProto.Gravatar Gunhan Gulsoy2017-07-28
* 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
* Fix crash when OOM error occurs with verbose logging enabledGravatar A. Unique TensorFlower2017-07-18
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Make ResourceHandle not be a protoGravatar Geoffrey Irving2017-06-27
* Make single-parameter constructors explicitGravatar A. Unique TensorFlower2017-05-31
* Merge changes from github.Gravatar Benoit Steiner2017-05-11
* Disable input forwarding for tensors fed from python or returned from py_func.Gravatar Alexandre Passos2017-03-29
* Record allocated sizes for tensors instead of actual tensor sizes.Gravatar Yuefeng Zhou2017-03-14
* Allow (safe) in-place computation in TensorFlow C++ ops. When at least one in...Gravatar A. Unique TensorFlower2017-02-21
* Bugfix for copying DT_RESOURCE tensors to/from protocol buffersGravatar Asim Shankar2017-01-25
* Fixing null-pointer dereference on parsing of invalid TensorProto.Gravatar David G. Andersen2016-12-01
* Fixed formatting and lint issues introduced with the last pull from OSS (cl/1...Gravatar Benoit Steiner2016-11-09
* Merge changes from github.Gravatar Benoit Steiner2016-11-09
* Adds a resource reference dtype to TF.Gravatar A. Unique TensorFlower2016-10-14
* Add a core:framework_minimal library that includes minimal headers for types,Gravatar A. Unique TensorFlower2016-09-29
* Merge changes from github.Gravatar A. Unique TensorFlower2016-08-26
* Fix crash bug in debug printout.Gravatar A. Unique TensorFlower2016-08-19
* Change Tensor::UnsafeCopyFromInternal to take an explicit DataType, rather th...Gravatar A. Unique TensorFlower2016-08-16
* Updated TensorFlow to account for change in protobuf C++ int64 typeGravatar A. Unique TensorFlower2016-08-10
* Remove unnecessary copies from conv ops and pad ops.Gravatar A. Unique TensorFlower2016-08-05