BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
bc::oper::Mul_Assign Member List

This is the complete list of members for bc::oper::Mul_Assign, including all inherited members.

alpha_modifier typedefbc::oper::Mul_Assign
apply(Lv &&lv, Rv &&rv) -> decltype(lv *=rv)bc::oper::Mul_Assigninlinestatic
beta_modifier typedefbc::oper::Mul_Assign
operator()(Lv &&lv, Rv &&rv) const -> decltype(apply(lv, rv))bc::oper::Mul_Assigninline