- api : conv3d args : (Tensor x, Tensor kernel, int[] paddings, int[] dilations, int[] strides, int groups, bool subm) output : Tensor(out@SparseCooTensor), Tensor(rulebook@DenseTensor) kernel : func : sparse_conv3d layout : x intermediate : rulebook backward : conv3d_grad - api : coo_to_dense args : (Tensor x) output : Tensor(out@DenseTensor) invoke : to_dense_impl(x) backward : coo_to_dense_grad - api : coo_values args : (Tensor x) output : Tensor(out@DenseTensor) kernel : func : coo_values layout : x backward : coo_values_grad - api : csr_values args : (Tensor x) output : Tensor(out@DenseTensor) kernel : func : csr_values layout : x - api : dense_to_coo args : (Tensor x, int64_t sparse_dim) output : Tensor(out@SparseCooTensor) invoke : to_sparse_coo_impl(x, sparse_dim) backward : dense_to_coo_grad - api : relu args : (Tensor x) output : Tensor(out@SparseCooTensor) kernel : func : sparse_relu layout : x backward : sparse_relu_grad - api : to_dense args : (Tensor x) output : Tensor(out@DenseTensor) invoke : to_dense_impl(x) - api : to_sparse_coo args : (Tensor x, int64_t sparse_dim) output : Tensor(out@SparseCooTensor) invoke : to_sparse_coo_impl(x, sparse_dim) - api : to_sparse_csr args : (Tensor x) output : Tensor(out@SparseCsrTensor) invoke : to_sparse_csr_impl(x)