Unverified Commit 95e7e34f by Fernand Pajot Committed by GitHub

Support for AddV2 in Relay Tensorflow frontend converter. (#5046)

parent 2421a854
......@@ -1522,6 +1522,7 @@ _freezed_graph_pruned_op_list = ['ReadVariableOp', 'ResourceGather', 'Variable',
_convert_map = {
'Abs' : AttrCvt('abs'),
'Add' : _elemwise('add'),
'AddV2' : _elemwise('add'),
'AddN' : _add_n(),
'All' : _reduce('all'),
'Any' : _reduce('any'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment