Spec-Zone.ru › TensorFlow

tf.raw_ops.XlaSparseCoreAdagrad

Псевдонимы

Псевдонимы для миграции

См. Руководство по миграции для получения более подробной информации.

tf.compat.v1.raw_ops.XlaSparseCoreAdagrad

tf.raw_ops.XlaSparseCoreAdagrad(
    indices,
    gradient,
    learning_rate,
    accumulator,
    embedding_table,
    feature_width,
    name=None
)
Аргументы
indices A Tensor of type int32.
gradient A Tensor of type float32.
learning_rate A Tensor of type float32.
accumulator A Tensor of type float32.
embedding_table A Tensor of type float32.
feature_width An int.
name Имя операции (необязательно).
Возвращаемые значения
Кортеж объектов Tensor (updated_embedding_table, updated_accumulator).
updated_embedding_table A Tensor of type float32.
updated_accumulator A Tensor of type float32.

© 2022 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 4.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/python/tf/raw_ops/XlaSparseCoreAdagrad

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API