-
Notifications
You must be signed in to change notification settings - Fork 5.8k
[Phi] Support setting size of vector<Tensor> for out in yaml #41576
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
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
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
… out_size_yaml
54cbdc1
… out_size_yaml
…addle#41576) * support setting vector out size in yaml * support setting size of vector<tensor> for out in yaml
…addle#41576) * support setting vector out size in yaml * support setting size of vector<tensor> for out in yaml
* [Phi] Support setting size of vector<Tensor> for out in yaml (#41576) * support setting vector out size in yaml * support setting size of vector<tensor> for out in yaml * resolve conflict Co-authored-by: zyfncg <zhangyunfei07@baidu.com>
#41928) * [PHI] Support some c++ api in paddle namespace (#41778) * support some c++ api in paddle namespace * change c++ api namespace in custom op * [Phi] Support setting size of vector<Tensor> for out in yaml (#41576) * support setting vector out size in yaml * support setting size of vector<tensor> for out in yaml * add data transform config for shape and size (#41909) * fix api_gen bug
PR types
New features
PR changes
APIs
Describe
Yaml配置支持vector返回类型的size设置。vector返回类型同时支持原先invoke的实现方式。
配置规则以meshgrid为例,对于vector类型输出的size在原返回值配置项中使用
{size计算表达式}
进行配置。