Skip to content

hrx2010/dl_inference_c_lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is C library for inference.

Main.c: source file of main function

dl_layers.h: head file of convolution layer

dl_layers.c: source file of convolution layer

compile:

gcc -o dlinfer Main.c dl_layers.c -lm

About

Deep Learning Inference Library in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published