Skip to content

Conversation

TomWildenhain-Microsoft
Copy link
Collaborator

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

Signed-off-by: Tom Wildenhain <[email protected]>
input_shape = ctx.get_shape(node.input[0])
if len(input_shape) == spatial + 1:
if input_shape is not None and len(input_shape) == spatial + 1:
gb = GraphBuilder(ctx)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Honestly I'm not sure why this condition is here and if it ever triggers. The unit tests I tried don't run it.

@guschmue guschmue merged commit 98c3567 into master May 19, 2021
@guschmue guschmue deleted the tom/conv_unknown_rank branch May 19, 2021 15: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