Skip to content

Latest commit

 

History

History

go

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Gopher with tensor logo

Go Bindings for Flint and a Deep Learning Framework

This go library provides a Go wrapper for Flint. Specifically, the flint.h file is wrapped. The rest of the library is written in pure C++ so wrapping it is not possible. It has to be rewritten using the functions from flint.h

Setup

Make sure to first build and install the core library as described here.

Developer Guide

More infos about the architecture and technical details, as well as the developer guide can be found here