aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/eager/context.py
Commit message (Expand)AuthorAge
* Include an elements limit for cached tensors in the _TensorCacheGravatar Akshay Modi2018-08-30
* Expose default execution mode as a public symbol in context.Gravatar Tom Hennigan2018-08-29
* Replace `get_default_context()` with `context()`.Gravatar Tom Hennigan2018-08-28
* Remove some useless pylint statements.Gravatar Tom Hennigan2018-08-27
* Remove usage of magic-api-link syntax from source files.Gravatar Mark Daoust2018-08-09
* Support keep alive so we can reclaim memory in the remote case.Gravatar Akshay Modi2018-08-08
* 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
* Push tensors from client to workers.Gravatar Akshay Modi2018-07-24
* Allow setting server def on the eager context, and add the eager service to t...Gravatar Akshay Modi2018-06-19
* Apply "Raise exception in SWIG on bad TF_Status" to base.iGravatar Akshay Modi2018-04-03
* Reduce overhead for eager opsGravatar Akshay Modi2018-04-02
* Raise exception in SWIG on bad TF_Status from C API.Gravatar Skye Wanderman-Milne2018-03-30
* 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
* eager: Export tf.enable_eager_execution() and tf.executing_eagerly()Gravatar Asim Shankar2018-03-07
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* Improvement to eager linear regression benchmarkGravatar Akshay Modi2018-03-06
* 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
* Add python/util/is_in_graph_mode.pyGravatar A. Unique TensorFlower2018-02-10
* Silent copies for int32 tensors in TFE.Gravatar Alexandre Passos2018-01-24
* tf_contextlib forgotten oopsGravatar Alexandre Passos2018-01-24
* Initializes the context before setting the device policyGravatar Alexandre Passos2018-01-24
* Allow setting per-thread device copying policies in TFE.Gravatar Alexandre Passos2018-01-24
* Initialize context handle before enable_run_metadata.Gravatar A. Unique TensorFlower2018-01-12
* Exposes runmetadata from tfe in python.Gravatar Alexandre Passos2018-01-09
* Clear eager kernel cache when resetting random seed.Gravatar Alexandre Passos2018-01-05
* Add `init_scope`, a scope for wrapping variable creation and initialization.Gravatar Akshay Agrawal2017-12-14
* 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
* Switching contrib.summaries API to be context-manager-centricGravatar Alexandre Passos2017-10-23
* 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
* tfe.enable_eager_execution fails only if graphs have been created.Gravatar Alexandre Passos2017-10-19
* Improve Eager mode random numbers.Gravatar A. Unique TensorFlower2017-10-10
* eager: Compute num_gpus() correctly.Gravatar Asim Shankar2017-10-06
* Move EagerTensor from python to C.Gravatar A. Unique TensorFlower2017-09-30
* TFE: Add Python code examples in doc strings and make existing ones executableGravatar Shanqing Cai2017-09-18
* TFE: Clearer error message when enable_eager_execution is called more than onceGravatar Shanqing Cai2017-09-15
* Comment and error message consistency cleanup.Gravatar Henry Tan2017-09-12
* TFE: expose tfe.num_gpus()Gravatar Shanqing Cai2017-09-10
* Scope the scalar cache in the context.Gravatar Alexandre Passos2017-09-08
* eager: Move "register_function" to context.pyGravatar Asim Shankar2017-09-08
* TFE: Fix an issue wherein tfe.list_device() didn't workGravatar Shanqing Cai2017-09-08
* Optimize tf.device in Eager mode by caching to avoid repeated device specGravatar A. Unique TensorFlower2017-09-07
* Contrib ops and kernels for summary ops which write without touching python.Gravatar Alexandre Passos2017-09-01
* Internal changes.Gravatar Shanqing Cai2017-08-21