#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::_functional_assert_async.msg(Tensor self, str assert_msg, Tensor dep_token) -> Tensor inline at::Tensor _functional_assert_async(const at::Tensor & self, c10::string_view assert_msg, const at::Tensor & dep_token) { return at::_ops::_functional_assert_async_msg::call(self, assert_msg, dep_token); } }