torch-rb 0.1.7 → 0.1.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -1
- data/ext/torch/ext.cpp +17 -4
- data/ext/torch/extconf.rb +3 -0
- data/ext/torch/templates.hpp +22 -20
- data/lib/torch/native/function.rb +1 -0
- data/lib/torch/native/native_functions.yaml +275 -621
- data/lib/torch/version.rb +1 -1
- metadata +2 -9
- data/ext/torch/nn_functions.cpp +0 -615
- data/ext/torch/nn_functions.hpp +0 -6
- data/ext/torch/tensor_functions.cpp +0 -1920
- data/ext/torch/tensor_functions.hpp +0 -6
- data/ext/torch/torch_functions.cpp +0 -2975
- data/ext/torch/torch_functions.hpp +0 -6
- data/lib/torch/ext.bundle +0 -0
data/lib/torch/ext.bundle
DELETED
Binary file
|