-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
[Dynamic shape] Add HasShapeOrDataForValue code for shapeAnalysis #60644
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
d1a4fe4
to
ee57e81
Compare
ee57e81
to
5ad04bd
Compare
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
// TODO(lanxianghit): check this when all the Ops support InferSymbolicShape | ||
// CHECK(value_to_shape_or_data_.find(val) != value_to_shape_or_data_.end()); |
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.
后续有在 Get 接口里添加 CHECK 的计划吗?这个 TODO 是否需要去掉?
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.
我理解这里提供接口后,不需要 Get 接口里添加 CHECK 了,我同步给lanxianghit
确认一下~
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
PR types
Others
PR changes
Others
Description
Pcard-67164
提供 HasShapeOrDataForValue 接口