Skip to content

chunsj/tf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

* Common Lisp binding of Tensorflow C APIs.

* How to load
  0. Build or download libtensorflow (so, dll, dylib appropriately)
  1. link or clone this repo into quicklisp's local-projects
  2. edit *tensorflow-lib* approprately
  3. (ql:quickload :tf)

* How to use
  Nothing other than simple direct calling of swig generated cffi calls; if you
  really want to test something, then

  CL-USER> (tf::TF_Version)

  wiil print tensorflow version. If not, you've wasted your time :-P

About

cffi binding for tensorflow c apis

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages