Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

Commit

Permalink
AddV2 to Add mapping (1.15.0 -> 1.14.0) (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalpitthakkar-lm authored and bo-mergebot[bot] committed Jan 10, 2020
1 parent b232385 commit 808385e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dlk/python/dlk/plugins/tf.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
'FusedBatchNormV3': 'BatchNormalization',
'AvgPool': 'AveragePool',
'BiasAdd': 'Add',
'AddV2': 'Add',
'ConcatV2': 'ConcatOnDepth',
'GatherV2': 'Gather'
}
Expand Down

0 comments on commit 808385e

Please sign in to comment.