aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/eager/pywrap_tensor.cc
Commit message (Expand)AuthorAge
* Num elements fastpath for eager tensors.Gravatar Akshay Modi2018-09-17
* Add PyMemberDef for __dict__ on eager tensors.Gravatar Akshay Modi2018-09-07
* Allow creating a py EagerTensor that shares the underlying TensorHandle.Gravatar Akshay Modi2018-09-05
* Fix a reference leak when slicing variables executing eagerlyGravatar Allen Lavoie2018-08-30
* Include an elements limit for cached tensors in the _TensorCacheGravatar Akshay Modi2018-08-30
* Enable variable[indices].assign(...) in eager (to match existing graph semant...Gravatar Alexandre Passos2018-08-17
* This change started with an intention of adding an attribute to cast ops to d...Gravatar A. Unique TensorFlower2018-07-25
* Give EagerTensor a fully qualified name so __module__ doesn't generate an errorGravatar Akshay Modi2018-07-16
* Add EagerTensor profiler and device shape utilitiesGravatar Igor Ganichev2018-05-25
* Test some distributions stuff in Eager as well as GraphGravatar Akshay Modi2018-05-17
* Do not differentiate integers in the eager backprop API.Gravatar Alexandre Passos2018-05-10
* Automated g4 rollback of changelist 195878952Gravatar Asim Shankar2018-05-10
* Do not differentiage integers in the eager API.Gravatar Alexandre Passos2018-05-08
* 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
* Increase kMaxEagerTensorParentSize to 64.Gravatar A. Unique TensorFlower2018-03-16
* Extend TF Eager C API to allow asynchronous execution.Gravatar A. Unique TensorFlower2018-03-12
* TFE: Cache `TensorShape` object for `EagerTensor`'s, for performance.Gravatar Akshay Agrawal2018-03-01
* Correct struct array initialization syntax.Gravatar A. Unique TensorFlower2018-03-01
* Eager/C: Add a TF_Status argument to a couple of functions.Gravatar A. Unique TensorFlower2018-02-23
* Fix the threading model of gradient tapes.Gravatar Alexandre Passos2018-01-08
* Clear trace in C instead of python.Gravatar Alexandre Passos2017-11-14
* Moves imperative_grad to CGravatar Alexandre Passos2017-11-10
* Memory leak detected when running a heap checker in our tests.Gravatar Alexandre Passos2017-11-06
* Add TFE_Py_TensorShapeSlice functionGravatar Igor Ganichev2017-10-31
* Add Tensor._rank() getterGravatar Igor Ganichev2017-10-27
* TFE: Fix reference counts when copying to Numpy arrays.Gravatar Allen Lavoie2017-10-09
* New CUDA kernel for LSTMBlockCell's forward propagation.Gravatar A. Unique TensorFlower2017-10-09
* TFE: Fix reference counts when copying to Numpy arrays.Gravatar Allen Lavoie2017-10-09
* Move EagerTensor from python to C.Gravatar A. Unique TensorFlower2017-09-30