#pragma once // @generated by torchgen/gen.py from Function.h #include #include #include #include #include #include #include #include #include #include #include #include #include #include namespace at { // aten::sym_storage_offset(Tensor self) -> SymInt inline c10::SymInt __dispatch_sym_storage_offset(const at::Tensor & self) { return at::_ops::sym_storage_offset::call(self); } }