SciNim / flambeau

Nim bindings to libtorch
85 stars 3 forks source link

Fix accessors #10

Open HugoGranstrom opened 3 years ago

HugoGranstrom commented 3 years ago

Right now there are a few tests in https://github.com/SciNim/flambeau/blob/master/tests/arraymancerTestSuite/tensor/test_accessors.nim that fail. Most notably:

HugoGranstrom commented 3 years ago

Added the slicer test as well: https://github.com/SciNim/flambeau/blob/master/tests/arraymancerTestSuite/tensor/test_accessors_slicer.nim And there are not many tests that work. Seems like the more advanced slices doesn't work really like _ and ^.