DiffTensorView<T, A>.operator[].set.apply_bwd
Description
Signature
DiffTensorView<T, A>.operator[].set.apply_bwd(
uint ,
T )
where T : __BuiltinFloatingPointType
where A : IDiffTensorWrapper;
DiffTensorView<T, A>.operator[].set.apply_bwd(
vector<uint, 2> ,
T )
where T : __BuiltinFloatingPointType
where A : IDiffTensorWrapper;
DiffTensorView<T, A>.operator[].set.apply_bwd(
uint ,
uint ,
T )
where T : __BuiltinFloatingPointType
where A : IDiffTensorWrapper;
DiffTensorView<T, A>.operator[].set.apply_bwd(
vector<uint, 3> ,
T )
where T : __BuiltinFloatingPointType
where A : IDiffTensorWrapper;
DiffTensorView<T, A>.operator[].set.apply_bwd(
uint ,
uint ,
uint ,
T )
where T : __BuiltinFloatingPointType
where A : IDiffTensorWrapper;
DiffTensorView<T, A>.operator[].set.apply_bwd(
vector<uint, 4> ,
T )
where T : __BuiltinFloatingPointType
where A : IDiffTensorWrapper;
DiffTensorView<T, A>.operator[].set.apply_bwd(
uint ,
uint ,
uint ,
uint ,
T )
where T : __BuiltinFloatingPointType
where A : IDiffTensorWrapper;
Parameters