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>.loadOnce¶

Description¶

Signature¶

T DiffTensorView<T, A>.loadOnce(uint i)
    where T : __BuiltinFloatingPointType
    where A : IDiffTensorWrapper;

T DiffTensorView<T, A>.loadOnce<int N>(vector<uint, N> i)
    where T : __BuiltinFloatingPointType
    where A : IDiffTensorWrapper;

Generic Parameters¶

N : int¶

Parameters¶

i : uint¶

i : vector<uint, N>¶

On this page
  • DiffTensorView<T, A>.loadOnce
    • Description
    • Signature
    • Generic Parameters
      • N : int
    • Parameters
      • i : uint
      • i : vector<uint, N>