aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/tensor_test.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
* [TF] Variant improvements.Gravatar Eugene Brevdo2018-09-11
* Format with clang-format -i --style=GoogleGravatar Yong Tang2018-07-13
* Add test caseGravatar Yong Tang2018-07-13
* Fix alignment crashes in AVX512 builds (#19121)Gravatar Mark Ryan2018-05-17
* Return false instead of crashing in Tensor::SharesBufferWith if neither tenso...Gravatar A. Unique TensorFlower2018-02-12
* Replace std::pow with MathUtil::IPow when the exponent is a non-negative inte...Gravatar A. Unique TensorFlower2017-12-20
* Fix bfloat16 serialization of Tensors.Gravatar Peter Hawkins2017-12-13
* Allow Tensor::bit_casted_shaped() to take type parameter T with different sizeGravatar A. Unique TensorFlower2017-12-12
* Add a member function to Tensor that allows the last dimension to be reinterp...Gravatar A. Unique TensorFlower2017-08-25
* Implement Variant changes suggested by Manjunath Kudlur; simplify API.Gravatar Eugene Brevdo2017-08-24
* Add shape op registry for unary Variant tensors.Gravatar Eugene Brevdo2017-08-22
* 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
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Minor cleanup: Remove unused BUILD dependencies and unnecessary code.Gravatar A. Unique TensorFlower2017-06-02
* Annotate overriding functions with "override" or "final" (and not with "virtu...Gravatar A. Unique TensorFlower2017-05-26
* Improved code formatting.Gravatar Benoit Steiner2017-05-11
* Merge changes from github.Gravatar Benoit Steiner2017-05-11
* Remove unnecessary copies of value parameters.Gravatar Peter Hawkins2017-05-10
* Minor headers fixes.Gravatar A. Unique TensorFlower2016-11-21
* Merge changes from github.Gravatar Benoit Steiner2016-11-09
* Merge changes from github.Gravatar Xiaoqiang Zheng2016-10-28
* Adds a resource reference dtype to TF.Gravatar A. Unique TensorFlower2016-10-14
* Use EIGEN_MAX_ALIGN_BYTES instead of EIGEN_ALIGN for Tensor::IsAligned.Gravatar A. Unique TensorFlower2016-09-29
* Automated rollback of change 127987690Gravatar Olivia Nordquist2016-07-20
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Handle failures to allocate during FromProto in Tensor class + tests.Gravatar Vijay Vasudevan2016-06-01
* Reduce overhead of ExecutorState::ProcessOutputs:Gravatar A. Unique TensorFlower2016-05-04
* Rewrite Tensor::SummarizeValue to avoid a segfault when passed anGravatar A. Unique TensorFlower2016-04-25
* The behavior of outer_dimensions was different than before when the selected ...Gravatar A. Unique TensorFlower2016-04-15
* Extends functionality of Tensor::flat_inner_dims() and Tensor::flat_outer_dim...Gravatar A. Unique TensorFlower2016-04-12
* 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 IsAligned method to Tensor.Gravatar A. Unique TensorFlower2016-02-22
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* Adds UINT16 type to TensorFlow.Gravatar A. Unique TensorFlower2016-01-25
* Many tensorflow/core build clean ups.Gravatar Josh Levenberg2016-01-20
* Replacing reference 'names' variable with 'example_names' variable.Gravatar A. Unique TensorFlower2016-01-20
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Doc and linter fixes, some additional tests andGravatar Vijay Vasudevan2015-11-16
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06