Spec-Zone.ru › TensorFlow

tf.raw_ops.XlaSparseCoreAdagradMomentum

Псевдонимы

Альтернативные названия для миграции

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

tf.compat.v1.raw_ops.XlaSparseCoreAdagradMomentum

tf.raw_ops.XlaSparseCoreAdagradMomentum(
    indices,
    gradient,
    learning_rate,
    beta_1,
    epsilon,
    accumulator,
    momentum,
    embedding_table,
    feature_width,
    use_nesterov,
    beta_2,
    exponent,
    name=None
)
Аргументы
indices A Tensor типа int32.
gradient A Tensor типа float32.
learning_rate A Tensor типа float32.
beta_1 A Tensor типа float32.
epsilon A Tensor типа float32.
accumulator A Tensor типа float32.
momentum A Tensor типа float32.
embedding_table A Tensor типа float32.
feature_width Целое число.
use_nesterov Строка.
beta_2 Логическое значение.
exponent Объект.
name Название операции (необязательно).
Возвращаемое значение
Кортеж объектов Tensor (updated_embedding_table, updated_accumulator, updated_momentum).
updated_embedding_table A Tensor типа float32.
updated_accumulator A Tensor типа float32.
updated_momentum A Tensor типа 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/XlaSparseCoreAdagradMomentum

Spec-Zone.ru

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