tf.tpu.experimental.TPUSystemMetadata
Stay organized with collections
Save and categorize content based on your preferences.
Describes some metadata about the TPU system.
tf.tpu.experimental.TPUSystemMetadata(
num_cores, num_hosts, num_of_cores_per_host, topology, devices
)
Attributes |
num_cores
|
interger. Total number of TPU cores in the TPU system.
|
num_hosts
|
interger. Total number of hosts (TPU workers) in the TPU system.
|
num_of_cores_per_host
|
interger. Number of TPU cores per host (TPU worker).
|
topology
|
an instance of tf.tpu.experimental.Topology , which describes the
physical topology of TPU system.
|
devices
|
a tuple of strings, which describes all the TPU devices in the
system.
|
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[],[]]