dòng chảy :: hoạt động :: ResourceSparseApplyAdadelta

#include <training_ops.h>

var: Phải từ một Biến ().

Tóm lược

Tranh luận:

  • phạm vi: Một đối tượng Phạm vi
  • Tích lũy: Phải từ một Biến ().
  • Accu_update:: Phải từ một Biến ().
  • lr: Tỷ lệ học tập. Phải là một vô hướng.
  • rho: Hệ số phân rã. Phải là một vô hướng.
  • epsilon: Hệ số không đổi. Phải là một vô hướng.
  • grad: Độ dốc.
  • chỉ số: Một vectơ của các chỉ số thành thứ nguyên đầu tiên của var và Accu.

Các thuộc tính tùy chọn (xem Phần Attrs ):

  • use_locking: Nếu True, việc cập nhật các tenxơ var và tích lũy sẽ được bảo vệ bằng một khóa; nếu không thì hành vi không được xác định, nhưng có thể ít biểu hiện sự cạnh tranh hơn.

Lợi nhuận:

Người xây dựng và Người phá hủy

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)

Thuộc tính công khai

operation

Chức năng công cộng

operator::tensorflow::Operation () const

Các chức năng tĩnh công khai

UseLocking (bool x)

Cấu trúc

tensorflow :: ops :: ResourceSparseApplyAdadelta :: Attrs

Bộ thiết lập thuộc tính tùy chọn cho ResourceSparseApplyAdadelta .

Thuộc tính công khai

hoạt động

Operation operation

Chức năng công cộng

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
)

toán tử :: tensorflow :: Hoạt động

 operator::tensorflow::Operation() const 

Các chức năng tĩnh công khai

UseLocking

Attrs UseLocking(
  bool x
)