#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); } }