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