Module: tf.tpu.experimental
Stay organized with collections
Save and categorize content based on your preferences.
Public API for tf.tpu.experimental namespace.
Classes
class AdagradParameters
: Optimization parameters for Adagrad with TPU embeddings.
class AdamParameters
: Optimization parameters for Adam with TPU embeddings.
class DeviceAssignment
: Mapping from logical cores in a computation to the physical TPU topology.
class StochasticGradientDescentParameters
: Optimization parameters for stochastic gradient descent for TPU embeddings.
Functions
embedding_column(...)
: TPU version of tf.compat.v1.feature_column.embedding_column
.
initialize_tpu_system(...)
: Initialize the TPU devices.
shared_embedding_columns(...)
: TPU version of tf.compat.v1.feature_column.shared_embedding_columns
.
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.
Last updated 2020-10-01 UTC.
[null,null,["Last updated 2020-10-01 UTC."],[],[],null,["# Module: tf.tpu.experimental\n\n\u003cbr /\u003e\n\n|--------------------------------------------------------------|\n| [TensorFlow 2 version](/api_docs/python/tf/tpu/experimental) |\n\nPublic API for tf.tpu.experimental namespace.\n\nClasses\n-------\n\n[`class AdagradParameters`](../../tf/tpu/experimental/AdagradParameters): Optimization parameters for Adagrad with TPU embeddings.\n\n[`class AdamParameters`](../../tf/tpu/experimental/AdamParameters): Optimization parameters for Adam with TPU embeddings.\n\n[`class DeviceAssignment`](../../tf/tpu/experimental/DeviceAssignment): Mapping from logical cores in a computation to the physical TPU topology.\n\n[`class StochasticGradientDescentParameters`](../../tf/tpu/experimental/StochasticGradientDescentParameters): Optimization parameters for stochastic gradient descent for TPU embeddings.\n\nFunctions\n---------\n\n[`embedding_column(...)`](../../tf/tpu/experimental/embedding_column): TPU version of [`tf.compat.v1.feature_column.embedding_column`](../../tf/feature_column/embedding_column).\n\n[`initialize_tpu_system(...)`](../../tf/tpu/experimental/initialize_tpu_system): Initialize the TPU devices.\n\n[`shared_embedding_columns(...)`](../../tf/tpu/experimental/shared_embedding_columns): TPU version of [`tf.compat.v1.feature_column.shared_embedding_columns`](../../tf/feature_column/shared_embedding_columns)."]]