added example hefs
This commit is contained in:
parent
42fed15505
commit
f4830215a2
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ const hlo = @cImport({
|
||||||
const Allocator = std.mem.Allocator;
|
const Allocator = std.mem.Allocator;
|
||||||
const assert = std.debug.assert;
|
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;
|
const max_edge_layers = 32;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue