tff.backends.xla.set_local_python_execution_context

Sets an XLA-based local execution context.

Used in the notebooks

Used in the tutorials

Invokes create_local_execution_context to construct an execution context, and sets it as the default. Accepts the same parameters as create_local_execution_context.

*args Positional args for create_local_execution_context.
**kwargs Keyword args for create_local_execution_context.