hasktorch / ffi

The hasktorch FFI bindings to the ATen library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Hasktorch FFI

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.

About

The hasktorch FFI bindings to the ATen library


Languages

Language:Haskell 97.1%Language:C 2.6%Language:Shell 0.2%Language:Nix 0.1%