Skip to content

Commit

Permalink
Support for AddV2 in Relay Tensorflow frontend converter. (#5046)
Browse files Browse the repository at this point in the history
  • Loading branch information
fernand authored Mar 12, 2020
1 parent 2421a85 commit 95e7e34
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 @@ -1522,6 +1522,7 @@ def _impl(inputs, attr, params):
_convert_map = {
'Abs' : AttrCvt('abs'),
'Add' : _elemwise('add'),
'AddV2' : _elemwise('add'),
'AddN' : _add_n(),
'All' : _reduce('all'),
'Any' : _reduce('any'),
Expand Down

0 comments on commit 95e7e34

Please sign in to comment.