JeVoisBase
1.22
JeVois Smart Embedded Machine Vision Toolkit Base Modules
|
|
Functions | |
void | jevois_darknet_profiler_start () |
Start a profiling cycle. | |
void | jevois_darknet_profiler_checkpoint (char const *description) |
Profiling checkpoint. | |
void | jevois_darknet_profiler_stop () |
Stop a profiling cycle. | |
These functions simply establish a C linkage to jevois::Profiler, to be used to profile the forward pass in Darknet networks so that layer sizes and network structure can be optimized.
void jevois_darknet_profiler_checkpoint | ( | char const * | description | ) |
Profiling checkpoint.
Definition at line 34 of file darknet_profiler.C.
void jevois_darknet_profiler_start | ( | ) |
Start a profiling cycle.
Definition at line 28 of file darknet_profiler.C.
void jevois_darknet_profiler_stop | ( | ) |
Stop a profiling cycle.
Definition at line 40 of file darknet_profiler.C.