Spec-Zone.ru › TensorFlow C++ 2.3

tensorflow::ops::ResourceSparseApplyAdadelta

#include <training_ops.h>

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

Summary

Arguments:

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

Optional attributes (see Attrs):

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

Returns:

  • созданный Operation
Constructors and Destructors
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)
Public attributes
operation
Operation
Public functions
operator::tensorflow::Operation() const
Public static functions
UseLocking(bool x)
Attrs
Structs
tensorflow::ops::ResourceSparseApplyAdadelta::Attrs

Набор дополнительных атрибутов для ResourceSparseApplyAdadelta.

Public attributes

operation

Operation operation

Public functions

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
)

operator::tensorflow::Operation

operator::tensorflow::Operation() const 

Public static functions

UseLocking

Attrs UseLocking(
  bool x
)

© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.3/api_docs/cc/class/tensorflow/ops/resource-sparse-apply-adadelta

Spec-Zone.ru

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