aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/eager/ops_test.py
Commit message (Expand)AuthorAge
* Implement __index__ in EagerTensor.Gravatar Asim Shankar2018-07-25
* TFE: Modify initialization of `ContextStack` to ensure eager context is kept.Gravatar Akshay Agrawal2018-03-15
* Removing underscore prefixes from hidden generated Python functions.Gravatar Anna R2018-02-28
* "soft placement" for eagerGravatar Alexandre Passos2018-02-27
* Silent copies for int32 tensors in TFE.Gravatar Alexandre Passos2018-01-24
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-12-21
* Automated g4 rollback of changelist 179735577Gravatar Anna R2017-12-20
* Implements the fill op for int64 indices.Gravatar Alexandre Passos2017-12-20
* Fix tf.identity(resource variable) with eager execution and a deviceGravatar A. Unique TensorFlower2017-12-04
* Ops with no outputs in eager should return None instead of []Gravatar Alexandre Passos2017-11-16
* Implement __format__ for EagerTensorGravatar Akshay Agrawal2017-11-13
* Implement __int__, __float__ for EagerTensorsGravatar Akshay Agrawal2017-10-26
* Better hint in eager device placement error message.Gravatar A. Unique TensorFlower2017-10-24
* Allows tfe.enable_eager_execution(device_policy=tfe.DEVICE_POLICY_WARN).Gravatar Alexandre Passos2017-10-20
* Replace as_gpu_tensor and as_cpu_tensor to gpu and cpuGravatar A. Unique TensorFlower2017-10-18
* Fixes test breakage.Gravatar Alexandre Passos2017-10-18
* EagerTensor.__array__Gravatar Alexandre Passos2017-10-17
* Implement set_shape for EagerTensors for compatibiity with ops that call itGravatar Akshay Agrawal2017-10-16
* eager: Fix an issue with tf.identity.Gravatar Asim Shankar2017-10-10
* TFE: Fix tf.layers.FlattenGravatar Shanqing Cai2017-10-02
* Move EagerTensor from python to C.Gravatar A. Unique TensorFlower2017-09-30
* eager: Remove tfe.device, tf.device suffices.Gravatar Asim Shankar2017-09-28
* 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
* Reenable ** operator overloading test in `testOperatorOverrides()`.Gravatar Henry Tan2017-09-13
* Comment and error message consistency cleanup.Gravatar Henry Tan2017-09-12
* Better handling of default dtypes for eager.Gravatar A. Unique TensorFlower2017-08-29
* Optimize convert_to_tensor.Gravatar A. Unique TensorFlower2017-08-28
* Deletes convert_n_to_eager_tensor. Moves convert_to_eager_tensor to constant_op.Gravatar Alexandre Passos2017-08-18
* Tests for eager execution of operations.Gravatar Alexandre Passos2017-08-16