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

some fix #26

Open
wants to merge 3 commits into
base: 0.1
Choose a base branch
from
Open

some fix #26

wants to merge 3 commits into from

Conversation

Cecilwang
Copy link
Collaborator

No description provided.

@Cecilwang Cecilwang requested a review from kazukiosawa March 7, 2022 03:08
Comment on lines -19 to -21
has_fwd_op = any(op_name in FWD_OPS for op_name in op_names)
has_bwd_op = any(op_name in BWD_OPS for op_name in op_names)
has_bwd_op_with_inputs = any(op_name in BWD_OPS_WITH_INPUTS for op_name in op_names)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Sometimes, op_names = ['kron'] which is not in FWD_OPS.
We can change FWD_OPS, or check it after parsing 'kron'

Copy link
Owner

Choose a reason for hiding this comment

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

Choose a reason for hiding this comment

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

They are not the same, sometimes, op_names=[SHAPE_KRON]

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.

3 participants