Skip to content

Commit 7087ee9

Browse files
committed
fix producer name
Signed-off-by: xavier dupré <[email protected]>
1 parent 71a3675 commit 7087ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tf2onnx/optimizer/einsum_optimizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2153,7 +2153,7 @@ def build_onnx_einsum(self, input_names):
21532153
model = helper.make_model(
21542154
opset_imports=[helper.make_operatorsetid('', opset)],
21552155
ir_version=ir_version,
2156-
producer_name='mlprodict',
2156+
producer_name='tensorflow-onnx',
21572157
producer_version='0.0.1',
21582158
graph=helper.make_graph(
21592159
name='einsum',

0 commit comments

Comments
 (0)