robertknight / rten

ONNX neural network inference engine
124 stars 9 forks source link

Replace most remaining uses of `slice` with `slice_with` #362

Closed robertknight closed 2 months ago

robertknight commented 2 months ago

Continue the work to use static-rank tensors and automatic inference of sliced view rank, where possible. The remaining exception is the rten-examples crate.