#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::_assert_scalar(Scalar self, str assert_msg) -> () inline void _assert_scalar(const at::Scalar & self, c10::string_view assert_msg) { return at::_ops::_assert_scalar::call(self, assert_msg); } }