JeVois  1.20
JeVois Smart Embedded Machine Vision Toolkit
Share this page:
NetworkHailo.C File Reference
#include <jevois/DNN/NetworkHailo.H>
#include <jevois/Util/Utils.H>
#include <jevois/DNN/Utils.H>
#include <hailo/hailort.h>
#include <hailo/hailort.hpp>
Include dependency graph for NetworkHailo.C:

Go to the source code of this file.

Macros

#define HAILO_CHECK(obj, msg)
 

Macro Definition Documentation

◆ HAILO_CHECK

#define HAILO_CHECK (   obj,
  msg 
)
Value:
do { if (!obj) LFATAL(msg << ": " << obj.status() << " [" << \
hailo_get_status_message(obj.status()) << ']'); } while (0)

Definition at line 31 of file NetworkHailo.C.

LFATAL
#define LFATAL(msg)
Convenience macro for users to print out console or syslog messages, FATAL level.