#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::can_cast(ScalarType from, ScalarType to) -> bool inline bool can_cast(at::ScalarType from, at::ScalarType to) { return at::_ops::can_cast::call(from, to); } }