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