aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/eager/core_test.py
Commit message (Expand)AuthorAge
* Pin ops with small integer inputs (already on the cpu) to the cpu in eager.Gravatar Akshay Modi2018-10-04
* Include an elements limit for cached tensors in the _TensorCacheGravatar Akshay Modi2018-08-30
* No reason not to support pickling/unpickling eager tensors/variables.Gravatar Alexandre Passos2018-08-22
* [eager]: Correctly handle operation arguments of mixed types in the slow path.Gravatar Asim Shankar2018-07-20
* Turns eager device placement on by default.Gravatar Alexandre Passos2018-03-29
* Pass options to TFE_ContextOptionsSetAsyncGravatar Akshay Modi2018-03-27
* TFE: Modify initialization of `ContextStack` to ensure eager context is kept.Gravatar Akshay Agrawal2018-03-15
* Enable async eager mode in python. Add some benchmarks.Gravatar A. Unique TensorFlower2018-03-14
* Change back TFE_Execute logic to set '*num_retvals' on return.Gravatar A. Unique TensorFlower2018-03-13
* Extend TF Eager C API to allow asynchronous execution.Gravatar A. Unique TensorFlower2018-03-12
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* Tests for running _Send and _Recv in eager.Gravatar Alexandre Passos2018-03-05
* Keep track of eager op device for tensor handles. Force-colocates ops using r...Gravatar Alexandre Passos2018-03-01
* Improvement to the eager device placement heuristic.Gravatar Alexandre Passos2018-02-23
* Initializing the thread-local device to the right value.Gravatar Alexandre Passos2018-02-16
* Silent copies for int32 tensors in TFE.Gravatar Alexandre Passos2018-01-24
* Allow setting per-thread device copying policies in TFE.Gravatar Alexandre Passos2018-01-24
* Exposes runmetadata from tfe in python.Gravatar Alexandre Passos2018-01-09
* Push eager context onto context_stack when eager execution is enabledGravatar Akshay Agrawal2017-12-15
* Replace as_gpu_tensor and as_cpu_tensor to gpu and cpuGravatar A. Unique TensorFlower2017-10-18
* EagerTensor.__array__Gravatar Alexandre Passos2017-10-17
* Pass context handle, device name to EagerTensor constructor inGravatar Akshay Agrawal2017-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
* Delete some unnecessary code.Gravatar A. Unique TensorFlower2017-09-08
* Contrib ops and kernels for summary ops which write without touching python.Gravatar Alexandre Passos2017-09-01
* Make Context handle initialization lazy. Keep a singleton Context instead of aGravatar A. Unique TensorFlower2017-08-17
* Remove context.Context._device_indexGravatar A. Unique TensorFlower2017-08-16
* Internal changesGravatar Shanqing Cai2017-08-11
* Make HloAliasAnalysis updatable after changes to the HLO graph.Gravatar Mark Heffernan2017-08-10
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-08-11
* Allow TFE_TensorHandleCopyToDevice to have the same device as src andGravatar A. Unique TensorFlower2017-08-10
* Experimental C and Python APIs to invoke TensorFlow kernels on concrete values.Gravatar Alexandre Passos2017-08-10