-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[IR] Refine IR builder and throw methods #54396
[IR] Refine IR builder and throw methods #54396
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
"Unsupported ir attribute when casting it into " | ||
"phi scalar.")); | ||
} | ||
} | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
不要内联
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
- op : full_int_array | ||
args : (IntArray value, DataType dtype=DataType::FLOAT32, Place place=CPUPlace()) | ||
output: Tensor(out) | ||
infer_meta : |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
建议将新增op添加到ops.yaml
中
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
好的,单独提 pr 完善该问题
PR types
New features
PR changes
Others
Description
PR 主要内容:
Op::Build示例:
Todo:
Others
Pcard-67164