JeVoisBase  1.21
JeVois Smart Embedded Machine Vision Toolkit Base Modules
Share this page:
Loading...
Searching...
No Matches
JeVois profiler for Darknet deep neural networks
Collaboration diagram for JeVois profiler for Darknet deep neural networks:

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.
 

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.

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