Skip to content
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

[NewIR]Gen ops_api.cc for static mode #56653

Merged
merged 15 commits into from
Aug 30, 2023
Merged

Conversation

0x45f
Copy link
Contributor

@0x45f 0x45f commented Aug 25, 2023

PR types

Others

PR changes

Others

Description

生成的api如下

static PyObject *angle(PyObject *self, PyObject *args, PyObject *kwargs) {
  return static_api_angle(self, args, kwargs);
}

Pcard-67164

Copy link
Contributor

@XiaoguangHu01 XiaoguangHu01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@sunzhongkai588 sunzhongkai588 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM for docs

@0x45f 0x45f merged commit 59b2ad3 into PaddlePaddle:develop Aug 30, 2023
@0x45f 0x45f deleted the gen-ops-api branch August 30, 2023 06:24
BeingGod pushed a commit to BeingGod/Paddle that referenced this pull request Sep 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants