MLIR code slide
摘要:点击查看代码 //遍历一个function func.walk([&](Operation *op) { size_t nUser = llvm::count_if(op->getUsers(), [](auto *) { return true; }); unresolvedUsers[op] =
阅读全文
posted @ 2023-01-11 14:06
posted @ 2023-01-11 14:06