#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::_cast_Short(Tensor self, bool non_blocking=False) -> Tensor inline at::Tensor _cast_Short(const at::Tensor & self, bool non_blocking=false) { return at::_ops::_cast_Short::call(self, non_blocking); } }