Yolo Image Validator + new accept rule
Validate Operations / validate-operations (push) Has been cancelled
Validate Operations / validate-operations (push) Has been cancelled
This commit is contained in:
@@ -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;
|
||||
}}
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user