Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

lib: fix a bug in operator resolve #113

Merged
merged 1 commit into from
Mar 26, 2019

Conversation

fs-eire
Copy link
Contributor

@fs-eire fs-eire commented Mar 26, 2019

If there are multiple rules of one operator, the resolve will fail.

example:

...
  ['Slice', '', '10+', () => new WebGLSliceV10()],
  ['Slice', '', '1-9', () => new WebGLSlice()],
...

This will fail with error message:
cannot resolve operator 'Slice' with opsets: ai.onnx v9

@fs-eire fs-eire merged commit 886432c into microsoft:master Mar 26, 2019
@fs-eire fs-eire deleted the lib-resolve-fix branch March 26, 2019 19:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants