Yolo Image Validator + new accept rule
Validate Operations / validate-operations (push) Has been cancelled

This commit is contained in:
ilgeco
2026-06-10 11:59:43 +02:00
parent aec80529ca
commit 6d69600bc1
9 changed files with 685 additions and 11 deletions
+4 -1
View File
@@ -199,7 +199,10 @@ int main(int argc, char **argv) {{
// ---- Cleanup ----
omTensorListDestroy(in_list);
omTensorListDestroy(out_list);
// Some debug-heavy models return aliased outputs. This runner is a short-
// lived process, so destroy only the list wrapper and let process exit
// reclaim the output tensors safely.
omTensorListDestroyShallow(out_list);
return 0;
}}
"""