Lines 94 to 102 in26240d5 TensorTHSNN_l1_loss(constTensor input,constTensor target,constint64_treduction) { CATCH_RETURN_Tensor( autoopts =torch::nn::functional::MSELossFuncOptions(); ApplyReduction(opts, reduction); res =ResultTensor(torch::nn::functional::mse_loss(*input, *target, opts...