XunChangqing
XunChangqing
可以邀请你做一些人脸识别模型训练的工作吗?我们可以付酬哦,谢谢!
程序的ioservice会反复的start_accept,除了Ctrl+C是不是就没有办法正常退出了呀? 是不是可以处理一下signal int,停止start_accept?
mpp_frame_copy只对meta增加了引用,没有对buffer增加引用 ``` mpp_frame tmp_frm; mpp_frame_copy(&src_frm ,&tmp_frm); mpp_frame_deinit(&src_frm); ``` 这样操作以后,不能保证tmp_frm内的buffer仍然是有效的? 这样是不是有点问题?
Should we call the passthrough after all arc.clock_tree calling? Take an output connected with a register for example, the output should be the latest value of the register after a...
This results in Arcilator being unable to perform effective reset grouping in the GroupResetAndEnable pass. ```c // Canonicalize registers. if (auto reg = dyn_cast(&op)) { OpBuilder builder(reg); Value next; //...