BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
|
This is the complete list of members for bc::oper::Add_Assign, including all inherited members.
alpha_modifier typedef | bc::oper::Add_Assign | |
apply(Lv &&lv, Rv &&rv) -> decltype(lv+=rv) | bc::oper::Add_Assign | inlinestatic |
beta_modifier typedef | bc::oper::Add_Assign | |
operator()(Lv &&lv, Rv &&rv) const -> decltype(apply(lv, rv)) | bc::oper::Add_Assign | inline |