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

[ONNX][ONNX Editor] Generate an input with unknown shape and type for operators without schema. #5531

Merged
merged 4 commits into from
May 24, 2021

Conversation

tsocha
Copy link
Contributor

@tsocha tsocha commented May 6, 2021

Tickets:

  • 53432

@tsocha tsocha added the category: ONNX FE OpenVINO ONNX FrontEnd label May 6, 2021
@tsocha tsocha requested review from tomdol and slyalin May 6, 2021 12:36
@tsocha tsocha self-assigned this May 6, 2021
@tsocha tsocha requested a review from a team May 6, 2021 12:36
dynamic_value_info.set_name(tensor_name);
auto type = dynamic_value_info.mutable_type();
auto tensor_type = type->mutable_tensor_type();
tensor_type->set_elem_type(0);
Copy link
Contributor

Choose a reason for hiding this comment

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

Please add a comment which explains what 0 means here.

@tsocha tsocha requested a review from postrational May 20, 2021 16:58
@tomdol tomdol merged commit 97f0204 into openvinotoolkit:master May 24, 2021
@tsocha tsocha deleted the dynamic-value-info branch May 24, 2021 09:04
yekruglov pushed a commit to yekruglov/openvino that referenced this pull request Jun 7, 2021
rnugmanx pushed a commit to rnugmanx/openvino that referenced this pull request Aug 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: ONNX FE OpenVINO ONNX FrontEnd
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants