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

[PT FE] torch.export support #22397

Merged
merged 21 commits into from
Jan 30, 2024

Conversation

mvafin
Copy link
Contributor

@mvafin mvafin commented Jan 24, 2024

Details:

  • torch.export support

Tickets:

@mvafin mvafin added the WIP work in progress label Jan 24, 2024
@mvafin mvafin requested review from a team as code owners January 24, 2024 16:49
@github-actions github-actions bot added category: MO Model Optimizer category: Python API OpenVINO Python bindings category: CPP API OpenVINO CPP API bindings category: PyTorch FE OpenVINO PyTorch Frontend labels Jan 24, 2024
@mvafin mvafin requested a review from a team as a code owner January 24, 2024 17:01
@github-actions github-actions bot added category: CI OpenVINO public CI github_actions Pull requests that update GitHub Actions code labels Jan 24, 2024
@mvafin mvafin requested a review from a team as a code owner January 24, 2024 20:44
@mvafin mvafin requested review from jiwaszki and removed request for a team January 24, 2024 20:44
@github-actions github-actions bot added the category: dependency_changes Pull requests that update a dependency file label Jan 24, 2024
@mvafin mvafin requested a review from a team as a code owner January 25, 2024 17:28
@mvafin mvafin changed the title [PT FE][WIP] torch.export support [PT FE] torch.export support Jan 29, 2024
@mvafin mvafin removed the WIP work in progress label Jan 29, 2024
Co-authored-by: Ekaterina Aidova <ekaterina.aidova@intel.com>
@mvafin mvafin enabled auto-merge January 30, 2024 08:05
@mvafin mvafin added this pull request to the merge queue Jan 30, 2024
Merged via the queue into openvinotoolkit:master with commit d018779 Jan 30, 2024
99 of 101 checks passed
@mvafin mvafin deleted the mvafin/pt_fe/torch_export branch January 30, 2024 12:57
OutputVector translate_leaky_relu_fx(const NodeContext& context) {
num_inputs_check(context, 1, 2);
auto x = context.get_input(0);
float default_negative_slope = 1e-2;
Copy link
Contributor

Choose a reason for hiding this comment

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

warning as error:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: CI OpenVINO public CI category: CPP API OpenVINO CPP API bindings category: dependency_changes Pull requests that update a dependency file category: MO Model Optimizer category: Python API OpenVINO Python bindings category: PyTorch FE OpenVINO PyTorch Frontend github_actions Pull requests that update GitHub Actions code no-match-files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants