#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::promote_types(ScalarType type1, ScalarType type2) -> ScalarType inline at::ScalarType promote_types(at::ScalarType type1, at::ScalarType type2) { return at::_ops::promote_types::call(type1, type2); } }