Skip to content

Commit

Permalink
Support mxnet _contrib_SyncBatchNorm (apache#6245)
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor Morris committed Sep 2, 2020
1 parent d0dc58d commit 8fd5969
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/tvm/relay/frontend/mxnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -2312,6 +2312,7 @@ def impl(inputs, input_types):
"Dropout" : _mx_dropout,
"BatchNorm" : _mx_batch_norm,
"BatchNorm_v1" : _mx_batch_norm,
"_contrib_SyncBatchNorm" : _mx_batch_norm,
"InstanceNorm" : _mx_instance_norm,
"LayerNorm" : _mx_layer_norm,
"LRN" : _mx_lrn,
Expand Down

0 comments on commit 8fd5969

Please sign in to comment.