Merge pull request #11411 from typhoonzero/a_small_fix

small fix
wangkuiyi-patch-1
Wu Yi 7 years ago committed by GitHub
commit f9b5365f3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -382,7 +382,7 @@ class Operator(object):
'rnn_memory_helper_grad', 'conditional_block', 'while', 'send', 'recv',
'listen_and_serv', 'parallel_do', 'save_combine', 'load_combine',
'ncclInit', 'channel_create', 'channel_close', 'channel_send',
'channel_recv', 'select'
'channel_recv', 'select', 'gen_nccl_id'
}
def __init__(self,

Loading…
Cancel
Save