clamp<T, N>.apply_bwd
Description
Signature
Tuple<vector<T, N>, > clamp<T, N>.apply_bwd(
vector<T, N> ,
vector<T, N> ,
vector<T, N> )
where T : __BuiltinFloatingPointType;
Tuple<matrix<T, N, M>, > clamp<T, N, M>.apply_bwd(
matrix<T, N, M> ,
matrix<T, N, M> ,
matrix<T, N, M> )
where T : __BuiltinFloatingPointType;
Tuple<CoopVec<T, N>, > clamp<T, N>.apply_bwd(
CoopVec<T, N> ,
CoopVec<T, N> ,
CoopVec<T, N> )
where T : __BuiltinFloatingPointType;
Tuple<T, > clamp<T>.apply_bwd(
T ,
T ,
T )
where T : __BuiltinFloatingPointType;
Parameters