Spec-Zone.ru › TensorFlow C++ 2.4

tensorflow::ops::SparseApplyAdadelta

#include <training_ops.h>

var: Должен быть получен из Variable().

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

Аргументы:

  • scope: Объект Scope
  • accum: Должен быть получен из Variable().
  • accum_update: Должен быть получен из Variable().
  • lr: Скорость обучения. Должен быть скаляром.
  • rho: Коэффициент затухания. Должен быть скаляром.
  • epsilon: Постоянный коэффициент. Должен быть скаляром.
  • grad: Градиент.
  • indices: Вектор индексов в первом измерении var и accum.

Необязательные атрибуты (см. Attrs):

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

Возвращает:

  • Output: То же, что и "var".
Конструкторы и деструкторы
SparseApplyAdadelta(const ::tensorflow::Scope & scope, ::tensorflow::Input var, ::tensorflow::Input accum, ::tensorflow::Input accum_update, ::tensorflow::Input lr, ::tensorflow::Input rho, ::tensorflow::Input epsilon, ::tensorflow::Input grad, ::tensorflow::Input indices)
SparseApplyAdadelta(const ::tensorflow::Scope & scope, ::tensorflow::Input var, ::tensorflow::Input accum, ::tensorflow::Input accum_update, ::tensorflow::Input lr, ::tensorflow::Input rho, ::tensorflow::Input epsilon, ::tensorflow::Input grad, ::tensorflow::Input indices, const SparseApplyAdadelta::Attrs & attrs)
Общедоступные атрибуты
operation
Operation
out
::tensorflow::Output
Общедоступные функции
node() const
::tensorflow::Node *
operator::tensorflow::Input() const
operator::tensorflow::Output() const
Общедоступные статические функции
UseLocking(bool x)
Attrs
Структуры
tensorflow::ops::SparseApplyAdadelta::Attrs

Необязательные установщики атрибутов для SparseApplyAdadelta.

Общедоступные атрибуты

operation

Operation operation

out

::tensorflow::Output out

Общедоступные функции

SparseApplyAdadelta

 SparseApplyAdadelta(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input var,
  ::tensorflow::Input accum,
  ::tensorflow::Input accum_update,
  ::tensorflow::Input lr,
  ::tensorflow::Input rho,
  ::tensorflow::Input epsilon,
  ::tensorflow::Input grad,
  ::tensorflow::Input indices
)

SparseApplyAdadelta

 SparseApplyAdadelta(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input var,
  ::tensorflow::Input accum,
  ::tensorflow::Input accum_update,
  ::tensorflow::Input lr,
  ::tensorflow::Input rho,
  ::tensorflow::Input epsilon,
  ::tensorflow::Input grad,
  ::tensorflow::Input indices,
  const SparseApplyAdadelta::Attrs & attrs
)

node

::tensorflow::Node * node() const 

operator::tensorflow::Input

operator::tensorflow::Input() const 

operator::tensorflow::Output

operator::tensorflow::Output() 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/sparse-apply-adadelta

Spec-Zone.ru

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