Merge pull request #13537 from jacquesqiao/fix-table-optimize-send-op

fix table grad send sync_mode
fixCMakeFileInDoc2
Qiao Longfei 7 years ago committed by GitHub
commit cce056cad1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1141,7 +1141,7 @@ to transpile() call.")
if self.sync_mode else []
},
attrs={
"sync_mode": False,
"sync_mode": self.sync_mode,
"epmap": pserver_endpoints,
RPC_OP_ROLE_ATTR_NAME: RPC_OP_ROLE_ATTR_VALUE,
OP_ROLE_VAR_ATTR_NAME: [

Loading…
Cancel
Save