#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::to_sparse.sparse_dim_out(Tensor self, int sparse_dim, *, Tensor(a!) out) -> Tensor(a!) inline at::Tensor & to_sparse_out(at::Tensor & out, const at::Tensor & self, int64_t sparse_dim) { return at::_ops::to_sparse_sparse_dim_out::call(self, sparse_dim, out); } // aten::to_sparse.sparse_dim_out(Tensor self, int sparse_dim, *, Tensor(a!) out) -> Tensor(a!) inline at::Tensor & to_sparse_outf(const at::Tensor & self, int64_t sparse_dim, at::Tensor & out) { return at::_ops::to_sparse_sparse_dim_out::call(self, sparse_dim, out); } // aten::to_sparse.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) inline at::Tensor & to_sparse_out(at::Tensor & out, const at::Tensor & self) { return at::_ops::to_sparse_out::call(self, out); } // aten::to_sparse.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) inline at::Tensor & to_sparse_outf(const at::Tensor & self, at::Tensor & out) { return at::_ops::to_sparse_out::call(self, out); } }