tf.tpu.outside_compilation
Builds part of a computation outside any current TPU replicate scope.
tf.tpu.outside_compilation( computation, *args, **kwargs )
Args | |
---|---|
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. |
Returns | |
---|---|
The Tensors returned by computation. |
© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r1.15/api_docs/python/tf/tpu/outside_compilation