rust icon indicating copy to clipboard operation
rust copied to clipboard

Add a SparseTensor type

Open adamcrume opened this issue 7 years ago • 0 comments

This would be a simple wrapper around indices, values, and shape, analogous to tf.SparseTensorValue. This should probably start with just plain Tensor<T> as the type for indices and values, and we can add a sparse tensor trait and support for borrowed or reference counted tensors later, if necessary.

adamcrume avatar Sep 01 '18 19:09 adamcrume