sony / nnabla-c-runtime

Neural Network Libraries https://nnabla.org/ - C Runtime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NNabla C Runtime

This is a runtime library for inference Neural Network created by Neural Network Libraries.

Neural Network Libraries and Neural Network Console can output DNN training result as NNP file.

File Format Converter can convert NNP file into NNB file interpreted by Runtime or C Source Code to call Functions.

This library has the following features.

  • It is almost independent from external libraries and is written in Pure C (C99).
    • almost mean it depends C standard math library.
  • It has been developed with priority over readability rather than performance, making it ideal for learning and porting.
  • It adopts an extensible architecture, and you can use the function you implemented yourself as necessary for applications that need performance.
  • Provides CLI utility that can infer NNB file and dump NNB to confirm network I/O or function list.

Relative documents

About

Neural Network Libraries https://nnabla.org/ - C Runtime

License:Apache License 2.0


Languages

Language:C 91.8%Language:Python 2.9%Language:CSS 2.3%Language:Makefile 1.6%Language:CMake 0.9%Language:HTML 0.2%Language:C++ 0.2%Language:Batchfile 0.1%Language:Shell 0.1%