Weiming Zhao

Results 3 issues of Weiming Zhao

Should we refer to one of the publications listed in README?

In yolov3-10.onnx (from https://github.com/onnx/models/tree/master/vision/object_detection_segmentation/yolov3 ), the post-processing part includes 6 loops. The trip counts are 13, 13, 26, 26, 52 ,52, respectively. The loops uses scan outputs. The problem is,...

bug

Avoid using memcpy for non-POD elements by returning "true", which will force the executor to call evalScalar() to copy the elements properly.