GS::Autograd::MulBackward
Inherits GS::Autograd::GradFn < Reference < Object
Gradient function for multiplication: c = a * b dc/da = b, dc/db = a
Constructors
new(a_data : Tensor, b_data : Tensor)
SourceInherits GS::Autograd::GradFn < Reference < Object
Gradient function for multiplication: c = a * b dc/da = b, dc/db = a