Skip to content

Conversation

TomWildenhain-Microsoft
Copy link
Collaborator

Signed-off-by: Tom Wildenhain [email protected]


def test_duplicated_duplicated_attributes(self):
# same attr or not
node0 = helper.make_node('ReduceSum', inputs=["X"], outputs=["value0"], axes=[0], keepdims=0)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ReduceMin doesn't change in opset 13 and is equally effective for testing.

# pro-process inputs and attr
if kwargs:
logger.warning("kwargs contains un-used key")
utils.make_sure(not kwargs, "kwargs contains un-used key")
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the call uses the wrong kwargs, there is a problem with the tf2onnx code. This should be an error.

Signed-off-by: Tom Wildenhain <[email protected]>
@TomWildenhain-Microsoft TomWildenhain-Microsoft merged commit 06c1a32 into master Dec 17, 2020
@guschmue guschmue deleted the tom/opset13fixes branch February 23, 2021 23:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants