tf.tpu.outside_compilation

Builds part of a computation outside any current TPU replicate scope.

Main aliases

`tf.contrib.tpu.outside_compilation`

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.tpu.outside_compilation

computation A Python function that builds the computation to place on the host.
*args the positional arguments for the computation.
**kwargs the keyword arguments for the computation.

The Tensors returned by computation.