tf.raw_ops.ConfigureDistributedTPU
Stay organized with collections
Save and categorize content based on your preferences.
Sets up the centralized structures for a distributed TPU system.
tf.raw_ops.ConfigureDistributedTPU(
embedding_config='',
tpu_embedding_config='',
is_global_init=False,
enable_whole_mesh_compilations=False,
compilation_failure_closes_chips=True,
tpu_cancellation_closes_chips=0,
name=None
)
Args |
embedding_config
|
An optional string . Defaults to "" .
Reserved. Do not use.
|
tpu_embedding_config
|
An optional string . Defaults to "" .
Serialized tensorflow.tpu.TPUEmbeddingConfiguration that
describes the embedding lookups of the program.
|
is_global_init
|
An optional bool . Defaults to False .
Reserved. Do not use.
|
enable_whole_mesh_compilations
|
An optional bool . Defaults to False .
|
compilation_failure_closes_chips
|
An optional bool . Defaults to True .
|
tpu_cancellation_closes_chips
|
An optional int . Defaults to 0 .
|
name
|
A name for the operation (optional).
|
Returns |
A Tensor of type string .
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates. Some content is licensed under the numpy license.
Last updated 2023-10-06 UTC.
[null,null,["Last updated 2023-10-06 UTC."],[],[],null,["# tf.raw_ops.ConfigureDistributedTPU\n\n\u003cbr /\u003e\n\nSets up the centralized structures for a distributed TPU system.\n\n#### View aliases\n\n\n**Compat aliases for migration**\n\nSee\n[Migration guide](https://www.tensorflow.org/guide/migrate) for\nmore details.\n\n[`tf.compat.v1.raw_ops.ConfigureDistributedTPU`](https://www.tensorflow.org/api_docs/python/tf/raw_ops/ConfigureDistributedTPU)\n\n\u003cbr /\u003e\n\n tf.raw_ops.ConfigureDistributedTPU(\n embedding_config='',\n tpu_embedding_config='',\n is_global_init=False,\n enable_whole_mesh_compilations=False,\n compilation_failure_closes_chips=True,\n tpu_cancellation_closes_chips=0,\n name=None\n )\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Args ---- ||\n|------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------|\n| `embedding_config` | An optional `string`. Defaults to `\"\"`. Reserved. Do not use. |\n| `tpu_embedding_config` | An optional `string`. Defaults to `\"\"`. Serialized tensorflow.tpu.TPUEmbeddingConfiguration that describes the embedding lookups of the program. |\n| `is_global_init` | An optional `bool`. Defaults to `False`. Reserved. Do not use. |\n| `enable_whole_mesh_compilations` | An optional `bool`. Defaults to `False`. |\n| `compilation_failure_closes_chips` | An optional `bool`. Defaults to `True`. |\n| `tpu_cancellation_closes_chips` | An optional `int`. Defaults to `0`. |\n| `name` | A name for the operation (optional). |\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ------- ||\n|---|---|\n| A `Tensor` of type `string`. ||\n\n\u003cbr /\u003e"]]