Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow specifying domain of custom ops #1206

Merged
merged 2 commits into from
Jan 8, 2021

Conversation

TomWildenhain-Microsoft
Copy link
Contributor

Signed-off-by: Tom Wildenhain tomwi@microsoft.com

Signed-off-by: Tom Wildenhain <tomwi@microsoft.com>
@@ -60,7 +60,7 @@ def get_args():
parser.add_argument("--inputs", help="model input_names")
parser.add_argument("--outputs", help="model output_names")
parser.add_argument("--opset", type=int, default=None, help="opset version to use for onnx domain")
parser.add_argument("--custom-ops", help="list of custom ops")
parser.add_argument("--custom-ops", help="comma-separated map of custom ops to domains in format OpName:domain")
Copy link
Contributor

Choose a reason for hiding this comment

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

update the README?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, I'll do that.

Signed-off-by: Tom Wildenhain <tomwi@microsoft.com>
@TomWildenhain-Microsoft TomWildenhain-Microsoft merged commit 6137189 into master Jan 8, 2021
@TomWildenhain-Microsoft TomWildenhain-Microsoft deleted the tom/CustomOpsDomain branch January 8, 2021 20:23
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