mean_square_error_loss Search: Group by: Section Type Imports Types MSELoss Procs mse_loss Imports tensor, ml, autograd Types MSELoss {...}{.final.}[TT] = ref object of Gate[TT] target: TT cache: Variable[TT] Source Edit Procs proc mse_loss[TT](input: Variable[TT]; target: TT): Variable[TT] Mean square error loss function.Input: An input variable of predicted values of shape [batch_size, features] The ground truth of the same shape Source Edit