aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/eager/tensor_test.py
Commit message (Expand)AuthorAge
* Add PyMemberDef for __dict__ on eager tensors.Gravatar Akshay Modi2018-09-07
* Support converting eager tensor to tf.float16 if a numpy half is passed.Gravatar Akshay Modi2018-09-05
* Give EagerTensor a fully qualified name so __module__ doesn't generate an errorGravatar Akshay Modi2018-07-16
* When converting a numpy float64 to an EagerTensor, always ensure that itGravatar Akshay Modi2018-05-24
* Allow creating tensors from numpy arrays, and other various constants - try #2Gravatar Akshay Modi2018-04-20
* Automated g4 rollback of changelist 192160407Gravatar Akshay Modi2018-04-09
* Allow creating tensors from numpy arrays, and other various constants.Gravatar Akshay Modi2018-04-09
* TFE usability: Implement `ndim` for `EagerTensor`+NumPy compatibilityGravatar Akshay Agrawal2018-01-23
* Relax text comparison for numpy formatting of arraysGravatar Shanqing Cai2018-01-10
* Disable all failing tests to fix TF opensource tests.Gravatar Gunhan Gulsoy2018-01-08
* Add `dtype` keyword argument to `_EagerTensorBase`'s `__array__` method.Gravatar Akshay Agrawal2017-12-01
* Unicode handling in py2 when eager execution is enabled.Gravatar Alexandre Passos2017-11-07
* Allowing __iter__ over 1+dimensional tensors with known shapes.Gravatar Alexandre Passos2017-11-03
* Add TFE_Py_TensorShapeSlice functionGravatar Igor Ganichev2017-10-31
* EagerTensor.__copy__ and __deepcopy__Gravatar Alexandre Passos2017-10-23
* tf.constant takes numpy dtypes in eager mode as wellGravatar Alexandre Passos2017-10-23
* EagerTensor.__array__Gravatar Alexandre Passos2017-10-17
* Move EagerTensor from python to C.Gravatar A. Unique TensorFlower2017-09-30
* Pass around the eager context object instead of getting itGravatar A. Unique TensorFlower2017-09-19
* Remove dependency on autograd from tf.Gravatar Alexandre Passos2017-09-14
* Generate error (instead of segfault) when trying to copy string tensorGravatar A. Unique TensorFlower2017-09-12
* TFE: Simplify tfe.Tensor.__str__() outputGravatar Shanqing Cai2017-08-30
* Unify the NDArray <-> Tensor conversion.Gravatar A. Unique TensorFlower2017-08-23
* Internal changesGravatar Shanqing Cai2017-08-11