Spec-Zone.ru › TensorFlow C++ 2.4

tensorflow::ops::ResourceApplyAdagradDA

#include <training_ops.h>

Обновляет '*var' согласно схеме приближённого градиентного спуска Adagrad.

Краткое описание

Аргументы:

  • scope: Объект Scope
  • var: Должен быть получен из Variable().
  • gradient_accumulator: Должен быть получен из Variable().
  • gradient_squared_accumulator: Должен быть получен из Variable().
  • grad: Градиент.
  • lr: Коэффициент масштабирования. Должен быть скаляром.
  • l1: L1 регуляризация. Должен быть скаляром.
  • l2: L2 регуляризация. Должен быть скаляром.
  • global_step: Номер шага обучения. Должен быть скаляром.

Дополнительные атрибуты (см. Attrs):

  • use_locking: Если True, обновление тензоров var и accum будет защищено блокировкой; в противном случае поведение не определено, но может быть менее конкурентным.

Возвращает:

  • созданный Operation
Конструкторы и деструкторы
ResourceApplyAdagradDA(const ::tensorflow::Scope & scope, ::tensorflow::Input var, ::tensorflow::Input gradient_accumulator, ::tensorflow::Input gradient_squared_accumulator, ::tensorflow::Input grad, ::tensorflow::Input lr, ::tensorflow::Input l1, ::tensorflow::Input l2, ::tensorflow::Input global_step)
ResourceApplyAdagradDA(const ::tensorflow::Scope & scope, ::tensorflow::Input var, ::tensorflow::Input gradient_accumulator, ::tensorflow::Input gradient_squared_accumulator, ::tensorflow::Input grad, ::tensorflow::Input lr, ::tensorflow::Input l1, ::tensorflow::Input l2, ::tensorflow::Input global_step, const ResourceApplyAdagradDA::Attrs & attrs)
Публичные атрибуты
operation
Operation
Публичные функции
operator::tensorflow::Operation() const
Публичные статические функции
UseLocking(bool x)
Attrs
Структуры
tensorflow::ops::ResourceApplyAdagradDA::Attrs

Дополнительные атрибуты для ResourceApplyAdagradDA.

Публичные атрибуты

operation

Operation operation

Публичные функции

ResourceApplyAdagradDA

 ResourceApplyAdagradDA(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input var,
  ::tensorflow::Input gradient_accumulator,
  ::tensorflow::Input gradient_squared_accumulator,
  ::tensorflow::Input grad,
  ::tensorflow::Input lr,
  ::tensorflow::Input l1,
  ::tensorflow::Input l2,
  ::tensorflow::Input global_step
)

ResourceApplyAdagradDA

 ResourceApplyAdagradDA(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input var,
  ::tensorflow::Input gradient_accumulator,
  ::tensorflow::Input gradient_squared_accumulator,
  ::tensorflow::Input grad,
  ::tensorflow::Input lr,
  ::tensorflow::Input l1,
  ::tensorflow::Input l2,
  ::tensorflow::Input global_step,
  const ResourceApplyAdagradDA::Attrs & attrs
)

Оператор::tensorflow::Operation

operator::tensorflow::Operation() const 

Публичные статические функции

UseLocking

Attrs UseLocking(
  bool x
)

© 2020 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/versions/r2.4/api_docs/cc/class/tensorflow/ops/resource-apply-adagrad-d-a

Spec-Zone.ru

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