HMLP: High-performance Machine Learning Primitives
pyhmlp.h
1 
23 void hmlp_init();
24 void hmlp_set_num_workers( int n_worker );
25 void hmlp_run();
26 void hmlp_finalize();