aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/tensor.h
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
* Fix typo.Gravatar A. Unique TensorFlower2018-09-21
* This CL adds a new `tf.print` operator that more closely aligns with the stan...Gravatar A. Unique TensorFlower2018-09-19
* [TF] Variant improvements.Gravatar Eugene Brevdo2018-09-11
* Cast: support casting to and from quantized typesGravatar Tristan Rice2018-07-06
* Add a method XlaTensor:ReleaseShapedBuffer() to relinquish the shaped buffer ...Gravatar Peter Hawkins2018-05-23
* [tf.data] Add native implementation for `tf.contrib.data.unbatch()`.Gravatar Derek Murray2018-04-18
* [tf2xla] Introduce XlaTensorInfoGravatar A. Unique TensorFlower2018-03-16
* Add ScopedAllocator and ScopedAllocatorMgr.Gravatar Ayush Dubey2018-03-14
* Another rolling back of performance regression.Gravatar Alexandre Passos2018-02-06
* 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
* Allow Tensor::bit_casted_shaped() to take type parameter T with different sizeGravatar A. Unique TensorFlower2017-12-12
* Add a fast path for batching strings when it is possible to move them.Gravatar Derek Murray2017-11-20
* Switch resource variables from copy-on-read to copy-on-write.Gravatar A. Unique TensorFlower2017-09-11
* Add a member function to Tensor that allows the last dimension to be reinterp...Gravatar A. Unique TensorFlower2017-08-25
* Remove a bunch of proto.h includes from tensorflow/core headersGravatar Gunhan Gulsoy2017-08-23
* Fixing typos.Gravatar Jiri Simsa2017-08-09
* 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
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-27
* Automated g4 rollback of changelist 160182040Gravatar A. Unique TensorFlower2017-06-26
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-26
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Fix some linter issues with tensor.hGravatar Geoffrey Irving2017-05-12
* 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
* py_func no longer copies return values (attempt #3)Gravatar Alexandre Passos2017-03-29
* Automated rollback of change 151332384Gravatar A. Unique TensorFlower2017-03-28
* py_func no longer copies outbut buffer (attempt #2)Gravatar Alexandre Passos2017-03-27
* Automated rollback of change 151188187Gravatar A. Unique TensorFlower2017-03-24
* py_func return values are no longer copied.Gravatar Alexandre Passos2017-03-24
* 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
* C++ docs: add doxygen group annotations to source codeGravatar Skye Wanderman-Milne2017-02-13
* Merge changes from github.Gravatar Shanqing Cai2017-01-23
* Basic slow versions of resource-based variable ops which have the right seman...Gravatar A. Unique TensorFlower2016-11-01
* Automated rollback of change 137740850Gravatar A. Unique TensorFlower2016-10-31
* Automated rollback of change 137731142Gravatar A. Unique TensorFlower2016-10-31
* Adds functionality for shape inference and dtype checking of variable-based r...Gravatar A. Unique TensorFlower2016-10-31
* Small header changes and a Doxygen tweak to shape the C++ API a bit better.Gravatar A. Unique TensorFlower2016-10-10
* Use EIGEN_MAX_ALIGN_BYTES instead of EIGEN_ALIGN for Tensor::IsAligned.Gravatar A. Unique TensorFlower2016-09-29
* 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
* Automated rollback of change 127987690Gravatar Olivia Nordquist2016-07-20
* Reduce the compilation time of strided_sliceGravatar Andrew Selle2016-07-15