#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_async(Tensor self) -> () inline void _assert_async(const at::Tensor & self) { return at::_ops::_assert_async::call(self); } // aten::_assert_async.msg(Tensor self, str assert_msg) -> () inline void _assert_async(const at::Tensor & self, c10::string_view assert_msg) { return at::_ops::_assert_async_msg::call(self, assert_msg); } }