SciNim / flambeau

Nim bindings to libtorch
85 stars 3 forks source link

Error: undeclared identifier: 'IntArrayRef' #14

Closed machineko closed 3 years ago

machineko commented 3 years ago

I've got "flambeau-0.0.1/flambeau/raw_bindings/neural_nets.nim(111, 46) Error: undeclared identifier: 'IntArrayRef'" In Cpu version on ubuntu 20.04 (wsl 2)

Adding ./c10 to import fix it :)

mratsim commented 3 years ago

closed in #15