GS::Autograd::MatmulBackward
Inherits GS::Autograd::GradFn < Reference < Object
Gradient function for matrix multiplication: C = A @ B dL/dA = dL/dC @ B^T dL/dB = A^T @ dL/dC
Constructors
new(a_data : Tensor, b_data : Tensor)
SourceInherits GS::Autograd::GradFn < Reference < Object
Gradient function for matrix multiplication: C = A @ B dL/dA = dL/dC @ B^T dL/dB = A^T @ dL/dC