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

Description¶

Signature¶

void DiffTensorView<T, A>.storeOnce(
    uint x,
    T val)
    where T : __BuiltinFloatingPointType
    where A : IDiffTensorWrapper;

void DiffTensorView<T, A>.storeOnce<int N>(
    vector<uint, N> x,
    T val)
    where T : __BuiltinFloatingPointType
    where A : IDiffTensorWrapper;

Generic Parameters¶

N : int¶

Parameters¶

x : uint¶

val : T¶

x : vector<uint, N>¶

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