JeVoisBase  1.20
JeVois Smart Embedded Machine Vision Toolkit Base Modules
Share this page:
JeVois profiler for Darknet deep neural networks

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. More...

Collaboration diagram for JeVois profiler for Darknet deep neural networks:

Functions

void jevois_darknet_profiler_start ()
 Start a profiling cycle. More...
 
void jevois_darknet_profiler_checkpoint (char const *description)
 Profiling checkpoint. More...
 
void jevois_darknet_profiler_stop ()
 Stop a profiling cycle. More...
 

Detailed Description

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.

Function Documentation

◆ jevois_darknet_profiler_checkpoint()

void jevois_darknet_profiler_checkpoint ( char const *  description)

Profiling checkpoint.

Definition at line 34 of file darknet_profiler.C.

References description.

◆ jevois_darknet_profiler_start()

void jevois_darknet_profiler_start ( )

Start a profiling cycle.

Definition at line 28 of file darknet_profiler.C.

◆ jevois_darknet_profiler_stop()

void jevois_darknet_profiler_stop ( )

Stop a profiling cycle.

Definition at line 40 of file darknet_profiler.C.