Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Slang Documentation
Slang Documentation
Back to top
View this page

DiffTensorView<T, A>.init¶

Description¶

Signature¶

DiffTensorView<T, A>.init(
    TensorView<T> primal,
    A diff)
    where T : __BuiltinFloatingPointType
    where A : IDiffTensorWrapper;

DiffTensorView<T, A>.init(TensorView<T> primal)
    where T : __BuiltinFloatingPointType
    where A : IDiffTensorWrapper;

Parameters¶

primal : TensorView<T>¶

diff : A¶

On this page
  • DiffTensorView<T, A>.init
    • Description
    • Signature
    • Parameters
      • primal : TensorView<T>
      • diff : A