added example hefs

This commit is contained in:
Nickiel12 2024-10-12 00:29:47 +00:00
parent 42fed15505
commit f4830215a2

View file

@ -7,7 +7,8 @@ const hlo = @cImport({
const Allocator = std.mem.Allocator;
const assert = std.debug.assert;
const hef_file = "yolov5s.hef";
// const hef_file = "yolov5s.hef";
const hef_file = "./libhailort/examples/hefs/shortcut_net";
const max_edge_layers = 32;