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

impl switch op forward part #8140

Closed

Conversation

jacquesqiao
Copy link
Member

@jacquesqiao jacquesqiao commented Feb 5, 2018

fix: #8142
project: #7769

@jacquesqiao jacquesqiao changed the title Impl switch op impl switch op forward part Feb 5, 2018
@@ -46,6 +47,7 @@ message OpDesc {
repeated bool bools = 11;
optional int32 block_idx = 12;
optional int64 l = 13;
repeated int32 block_idxs = 14;
Copy link
Contributor

Choose a reason for hiding this comment

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

what's the relation between block_idx and block_idxs?

can they merge into one field? given optional = repeated[size=0+]

Copy link
Member Author

Choose a reason for hiding this comment

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

block_idxs = vector<block_idx>

Copy link
Member Author

Choose a reason for hiding this comment

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

I will take a look if they can be merged

@jacquesqiao
Copy link
Member Author

will implement in #8184

@jacquesqiao jacquesqiao closed this Feb 6, 2018
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.

implement switch op
2 participants