Skip to content

A Numba language binding for TensorFlow, designed for inference.

License

Notifications You must be signed in to change notification settings

SamRagusa/NumbaFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NumbaFlow

NumbaFlow uses the TensorFlow C API to perform low latency and high-throughput inference from within Numba JIT compiled functions.

Dependencies

Notes

  • This project is still in development and thus as of now it does not currently work
  • Currently it's being built specifically to score chess boards/moves for the Batch First chess engine, but once that is completed, generalizing the functionality will become the priority

License

NumbaFlow is licensed under the MIT License. The full text can be found in the LICENSE.txt file.