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

IDiffTensorWrapper.loadOnce_forward¶

Description¶

Signature¶

T IDiffTensorWrapper.loadOnce_forward<T>(uint i)
    where T : __BuiltinFloatingPointType;

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

Generic Parameters¶

T: __BuiltinFloatingPointType¶

N : int¶

Parameters¶

i : uint¶

i : vector<uint, N>¶

On this page
  • IDiffTensorWrapper.loadOnce_forward
    • Description
    • Signature
    • Generic Parameters
      • T: __BuiltinFloatingPointType
      • N : int
    • Parameters
      • i : uint
      • i : vector<uint, N>