#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::_test_autograd_multiple_dispatch.fullcoverage(Tensor self) -> Tensor inline at::Tensor _test_autograd_multiple_dispatch(const at::Tensor & self) { return at::_ops::_test_autograd_multiple_dispatch_fullcoverage::call(self); } // aten::_test_autograd_multiple_dispatch.ntonly(Tensor self, bool b) -> Tensor inline at::Tensor _test_autograd_multiple_dispatch(const at::Tensor & self, bool b) { return at::_ops::_test_autograd_multiple_dispatch_ntonly::call(self, b); } // aten::_test_autograd_multiple_dispatch.fullcoverage_out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) inline at::Tensor & _test_autograd_multiple_dispatch_out(at::Tensor & out, const at::Tensor & self) { return at::_ops::_test_autograd_multiple_dispatch_fullcoverage_out::call(self, out); } // aten::_test_autograd_multiple_dispatch.fullcoverage_out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) inline at::Tensor & _test_autograd_multiple_dispatch_outf(const at::Tensor & self, at::Tensor & out) { return at::_ops::_test_autograd_multiple_dispatch_fullcoverage_out::call(self, out); } }