SciNim / flambeau

Nim bindings to libtorch
85 stars 3 forks source link

Clonk feat slicer #31

Closed Clonkk closed 3 years ago

Clonkk commented 3 years ago

This PR makes the essential Slicing syntax work. The test_accessors_slicer are green. Explicit negative step are disallowed.

TODO : Some corner case may raise C++ exception that should either be Nim exception or CT error

Clonkk commented 3 years ago

@HugoGranstrom , @Vindaar, I'll merge this and open a new PR that adresses the (excellent) remark of @HugoGranstrom , if that's fine with you :).

The next PR should add a CI