Skip to content

Conversation

@QiJune
Copy link
Member

@QiJune QiJune commented Jan 3, 2018

fix #7162

Following is the protobuf of while operator:

Before fix:

  type: "while"
  attrs {
  name: "sub_block"
  type: BLOCK
  b: true
}

After fix:

  type: "while"
  attrs {
  name: "sub_block"
  type: BLOCK
  block_idx: 1
}

@QiJune QiJune requested review from JiayiFeng and reyoung January 3, 2018 08:51
Copy link
Collaborator

@JiayiFeng JiayiFeng left a comment

Choose a reason for hiding this comment

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

Amazing!

@QiJune QiJune merged commit 907e6d0 into PaddlePaddle:develop Jan 3, 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.

SetAttrDescVisitor handles pointer input incorrectly

2 participants