aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/pywrap_tfe.i
Commit message (Expand)AuthorAge
* Fix a couple of reference leaksGravatar A. Unique TensorFlower2018-10-08
* Minor speed improvements to defun.Gravatar Akshay Modi2018-10-01
* eager: Graceful failure on invalid inputs.Gravatar Asim Shankar2018-09-12
* Support not automatically watching (trainable) accessed variables in Gradient...Gravatar Tom Hennigan2018-09-07
* Set Vspace only one timeGravatar Akshay Modi2018-09-06
* Only watch tensors on the current tape rather than all of them.Gravatar Tom Hennigan2018-09-01
* commentsGravatar Ben2018-08-26
* py37Gravatar bstriner2018-08-14
* Allows differentiating tfe.defun functions with loops in eager mode.Gravatar Alexandre Passos2018-08-08
* Allow setting server_def directly on TFE_Context.Gravatar Akshay Modi2018-08-03
* Allow setting server def on the eager context, and add the eager service to t...Gravatar Akshay Modi2018-06-19
* Add EagerTensor profiler and device shape utilitiesGravatar Igor Ganichev2018-05-25
* Remove _get_backward_fn and depend on _gradient_function directly.Gravatar Akshay Modi2018-05-24
* Misc changes found when debugging an unrelated problem.Gravatar Akshay Modi2018-05-17
* Methods to stop and reset tf.GradientTape()Gravatar Alexandre Passos2018-05-17
* Make TF functions work with _USE_C_SHAPES=True.Gravatar Skye Wanderman-Milne2018-04-24
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2018-04-18
* Allow TFE_NewContext to fail more reasonably when SWIG is checking status.Gravatar Akshay Modi2018-04-06
* Apply "Raise exception in SWIG on bad TF_Status" to base.iGravatar Akshay Modi2018-04-03
* Enable async eager mode in python. Add some benchmarks.Gravatar A. Unique TensorFlower2018-03-14
* ReadVariableOp in C for eager (only for the fastpath)Gravatar Akshay Modi2018-03-02
* Record gradient in CGravatar Akshay Modi2018-02-21
* Make TFE_Py_FastpathExecute work for all types of opsGravatar Akshay Modi2018-02-06
* 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
* Reducing op overhead for eager.Gravatar Akshay Modi2018-01-22
* Exposes runmetadata from tfe in python.Gravatar Alexandre Passos2018-01-09
* Fix the threading model of gradient tapes.Gravatar Alexandre Passos2018-01-08
* Clear eager kernel cache when resetting random seed.Gravatar Alexandre Passos2018-01-05
* Uses C API for eager functions.Gravatar Alexandre Passos2017-11-30
* Automated g4 rollback of changelist 177375237Gravatar Gunhan Gulsoy2017-11-30
* Using the C API in eager mode for graph functions.Gravatar Alexandre Passos2017-11-29
* Tape stack in C++ instead of python.Gravatar Alexandre Passos2017-11-14
* Moves tape.watch_variable to C. Prequel to moving the tape stack to C.Gravatar Alexandre Passos2017-11-13
* Moves imperative_grad to CGravatar Alexandre Passos2017-11-10
* Add TFE_Py_TensorShapeSlice functionGravatar Igor Ganichev2017-10-31
* Allows tfe.enable_eager_execution(device_policy=tfe.DEVICE_POLICY_WARN).Gravatar Alexandre Passos2017-10-20
* Context-specific C API to set options other than configproto (still unused)Gravatar Alexandre Passos2017-10-19
* Ports the eager gradient tape to C.Gravatar Alexandre Passos2017-10-13
* Fuse TFE_NewOp and TFE_OpGetAttrType to avoid leaking memory.Gravatar Allen Lavoie2017-10-06
* Move EagerTensor from python to C.Gravatar A. Unique TensorFlower2017-09-30
* Fix capitalization of some TFE/Python C APIs.Gravatar A. Unique TensorFlower2017-09-17
* Move Python sequence -> TensorFlow Tensor conversion fromGravatar A. Unique TensorFlower2017-09-16
* Initial tests for gradient code.Gravatar Alexandre Passos2017-08-16
* Expose TFE_DeleteContext in pywrap_tensorflow.Gravatar A. Unique TensorFlower2017-08-15
* Make tf.ResourceVariable, tf.constant_op, tf.identity, tf.colocate_with,Gravatar A. Unique TensorFlower2017-08-14
* Experimental C and Python APIs to invoke TensorFlow kernels on concrete values.Gravatar Alexandre Passos2017-08-10