#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::smm(Tensor self, Tensor mat2) -> Tensor inline at::Tensor smm(const at::Tensor & self, const at::Tensor & mat2) { return at::_ops::smm::call(self, mat2); } }