Skip to content

make the full model exportable

94f0ffe
Select commit
Loading
Failed to load commit list.
Draft

feat(pt): make se_a and dpa1 compatible with torch.export #5193

make the full model exportable
94f0ffe
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Feb 5, 2026 in 2s

2 new alerts including 1 error

New alerts in code changed by this pull request

  • 1 error
  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 266 in source/tests/pt/model/test_executorch_consistency.py

See this annotation in the file changed.

Code scanning / CodeQL

Potentially uninitialized local variable Error test

Local variable 'executorch_program' may be used before it is initialized.

Check notice on line 218 in source/tests/pt/model/test_executorch_consistency.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note test

Variable pristine_dict is not used.