Skip to content

Commit

Permalink
Add support for FusedBatchNormV3 (apache#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 and zhiics committed Apr 17, 2020
1 parent 1ebe9f0 commit 9ff736f
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 9ff736f

Please sign in to comment.