提交 5b12c75f 编写于 作者: 吴承辉

Merge branch 'master' into 'master'

Remove duplicated squeeze converter

See merge request !581
......@@ -147,7 +147,6 @@ class TensorflowConverter(base_converter.ConverterInterface):
TFOpType.FusedBatchNorm.name: self.convert_fused_batchnorm,
TFOpType.AvgPool.name: self.convert_pooling,
TFOpType.MaxPool.name: self.convert_pooling,
TFOpType.Squeeze.name: self.convert_identity,
TFOpType.MatMul.name: self.convert_matmul,
TFOpType.Identity.name: self.convert_identity,
TFOpType.Reshape.name: self.convert_reshape,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册