#pragma once // @generated by torchgen/gen.py from Function.h #include #include #include #include #include #include #include #include #include #include #include #include #include namespace at { // aten::l1_loss(Tensor self, Tensor target, int reduction=Mean) -> Tensor inline at::Tensor l1_loss(const at::Tensor & self, const at::Tensor & target, int64_t reduction=at::Reduction::Mean) { return at::_ops::l1_loss::call(self, target, reduction); } }