#if !defined(TORCH_STABLE_ONLY) && !defined(TORCH_TARGET_VERSION) #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 { namespace symint { template >> at::Tensor & tril_(at::Tensor & self, int64_t diagonal=0) { return at::_ops::tril_::call(self, diagonal); } } namespace symint { template >> at::Tensor & tril_(at::Tensor & self, c10::SymInt diagonal=0) { return at::_ops::tril_::call(self, diagonal); } } // aten::tril.out(Tensor self, SymInt diagonal=0, *, Tensor(a!) out) -> Tensor(a!) inline at::Tensor & tril_out(at::Tensor & out, const at::Tensor & self, int64_t diagonal=0) { return at::_ops::tril_out::call(self, diagonal, out); } namespace symint { template >> at::Tensor & tril_out(at::Tensor & out, const at::Tensor & self, int64_t diagonal=0) { return at::_ops::tril_out::call(self, diagonal, out); } } // aten::tril.out(Tensor self, SymInt diagonal=0, *, Tensor(a!) out) -> Tensor(a!) inline at::Tensor & tril_outf(const at::Tensor & self, int64_t diagonal, at::Tensor & out) { return at::_ops::tril_out::call(self, diagonal, out); } namespace symint { template >> at::Tensor & tril_outf(const at::Tensor & self, int64_t diagonal, at::Tensor & out) { return at::_ops::tril_out::call(self, diagonal, out); } } // aten::tril.out(Tensor self, SymInt diagonal=0, *, Tensor(a!) out) -> Tensor(a!) inline at::Tensor & tril_symint_out(at::Tensor & out, const at::Tensor & self, c10::SymInt diagonal=0) { return at::_ops::tril_out::call(self, diagonal, out); } namespace symint { template >> at::Tensor & tril_out(at::Tensor & out, const at::Tensor & self, c10::SymInt diagonal=0) { return at::_ops::tril_out::call(self, diagonal, out); } } // aten::tril.out(Tensor self, SymInt diagonal=0, *, Tensor(a!) out) -> Tensor(a!) inline at::Tensor & tril_symint_outf(const at::Tensor & self, c10::SymInt diagonal, at::Tensor & out) { return at::_ops::tril_out::call(self, diagonal, out); } namespace symint { template >> at::Tensor & tril_outf(const at::Tensor & self, c10::SymInt diagonal, at::Tensor & out) { return at::_ops::tril_out::call(self, diagonal, out); } } // aten::tril(Tensor self, SymInt diagonal=0) -> Tensor inline at::Tensor tril(const at::Tensor & self, int64_t diagonal=0) { return at::_ops::tril::call(self, diagonal); } namespace symint { template >> at::Tensor tril(const at::Tensor & self, int64_t diagonal=0) { return at::_ops::tril::call(self, diagonal); } } // aten::tril(Tensor self, SymInt diagonal=0) -> Tensor inline at::Tensor tril_symint(const at::Tensor & self, c10::SymInt diagonal=0) { return at::_ops::tril::call(self, diagonal); } namespace symint { template >> at::Tensor tril(const at::Tensor & self, c10::SymInt diagonal=0) { return at::_ops::tril::call(self, diagonal); } } } #else #error "This file should not be included when either TORCH_STABLE_ONLY or TORCH_TARGET_VERSION is defined." #endif // !defined(TORCH_STABLE_ONLY) && !defined(TORCH_TARGET_VERSION)