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