Hasktorch FFI repo. Includes code generation tools, external dependencies, and low-level raw FFI bandings.
This repo is loaded as a submodule by the main repo. If you are new to Hasktorch, start there.
Directory | Description |
---|---|
codegen/ |
Code generation to produce low-level raw Haskell bindings |
deps/ |
Dependencies to external repositories |
ffi/ |
Comprehensive raw bindings to C operations (TH, THNN, THC, THCUNN) |
types/ |
Memory-managed tensors and core data types that satisfy global and type-specific backpack types |
See the main repo for details.