tf.experimental.dtensor.fetch_layout  |  TensorFlow v2.16.1 (original) (raw)

tf.experimental.dtensor.fetch_layout

Fetches the layout of a DTensor.

tf.experimental.dtensor.fetch_layout(
    tensor: tf.Tensor
) -> tf.experimental.dtensor.Layout

Used in the notebooks

Used in the guide
DTensor concepts
Args
tensor The DTensor whose layout is to be fetched.
Returns
The Layout of this DTensor.
Raises
RuntimeError When not called eagerly.

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 2024-04-26 UTC.