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