Skip to content

A neural network fast inference library implementing Coral Edge TPU emulator using AVX2.

License

Notifications You must be signed in to change notification settings

saveasguy/npuemulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npuemulator

A neural network fast inference library implementing Coral Edge TPU emulator using AVX2.

Usage

For building npuemulator library type following lines in your terminal:

cmake -DCMAKE_BUILD_TYPE=Release -S . -B build
cmake --build build --config Release

CMake builds npuemul.lib file in build directory. Header files are placed in include directory. CMake builds tests and benchmarks for testing emulator in the current environment.