aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/eager/context.py
Commit message (Expand)AuthorAge
...
* TFE: Add execution callbackGravatar Shanqing Cai2017-08-18
* 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
* Silence more unnecessary shutdown messages.Gravatar A. Unique TensorFlower2017-08-15
* Make tf.ResourceVariable, tf.constant_op, tf.identity, tf.colocate_with,Gravatar A. Unique TensorFlower2017-08-14
* Silence unnecessary shutdown messages.Gravatar Alexandre Passos2017-08-14
* Move core.Tensor into framework/ops.py.Gravatar A. Unique TensorFlower2017-08-11
* Use eager-execution-safe op bindings by default.Gravatar Alexandre Passos2017-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
* Experimental C and Python APIs to invoke TensorFlow kernels on concrete values.Gravatar Alexandre Passos2017-08-10