Skip to content

Commit

Permalink
Add support for FusedBatchNormV3 (#5065)
Browse files Browse the repository at this point in the history
No changes seem to be needed to _fused_batch_norm. It just works.
  • Loading branch information
baragona authored Mar 15, 2020
1 parent f7488cc commit b38c65c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/tvm/relay/frontend/tensorflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -1561,6 +1561,7 @@ def _impl(inputs, attr, params):
'FloorMod' : _floormod(),
'FusedBatchNorm' : _fused_batch_norm(),
'FusedBatchNormV2' : _fused_batch_norm(),
'FusedBatchNormV3' : _fused_batch_norm(),
'Gather' : _gather(),
'GatherNd' : _gather_nd(),
'GatherV2' : _gather(),
Expand Down

0 comments on commit b38c65c

Please sign in to comment.