tensorflow::ops::ResourceSparseApplyAdadelta
#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 будет защищено блокировкой; в противном случае поведение не определено, но может характеризоваться меньшей конкуренцией.
Возвращает:
- созданный
Operation
| Конструкторы и деструкторы | |
|---|---|
ResourceSparseApplyAdadelta(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) | |
ResourceSparseApplyAdadelta(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 ResourceSparseApplyAdadelta::Attrs & attrs) |
| Публичные атрибуты | |
|---|---|
operation | |
| Публичные функции | |
|---|---|
operator::tensorflow::Operation() const | |
| Публичные статические функции | |
|---|---|
UseLocking(bool x) | |
| Структуры | |
|---|---|
| tensorflow::ops::ResourceSparseApplyAdadelta::Attrs | Необязательные параметры установки атрибутов для ResourceSparseApplyAdadelta. |
Публичные атрибуты
operation
Operation operation
Публичные функции
ResourceSparseApplyAdadelta
ResourceSparseApplyAdadelta( 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 )
ResourceSparseApplyAdadelta
ResourceSparseApplyAdadelta( 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 ResourceSparseApplyAdadelta::Attrs & attrs )
оператор::tensorflow::Operation
operator::tensorflow::Operation() const
Публичные статические функции
UseLocking
Attrs UseLocking( bool x )
© 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/versions/r2.9/api_docs/cc/class/tensorflow/ops/resource-sparse-apply-adadelta