#pragma once // @generated by torchgen/gen.py from NativeFunction.h #include #include #include #include #include #include #include #include #include #include namespace at { namespace native { TORCH_API at::Tensor & to_sparse_sparse_dim_out(const at::Tensor & self, int64_t sparse_dim, at::Tensor & out); TORCH_API at::Tensor dense_to_sparse(const at::Tensor & self, int64_t sparse_dim); TORCH_API at::Tensor sparse_compressed_to_sparse(const at::Tensor & self, int64_t sparse_dim); TORCH_API at::Tensor & to_sparse_out(const at::Tensor & self, at::Tensor & out); TORCH_API at::Tensor dense_to_sparse(const at::Tensor & self); TORCH_API at::Tensor sparse_compressed_to_sparse(const at::Tensor & self); } // namespace native } // namespace at