Home
last modified time | relevance | path

Searched refs:ReplaceViewOpsWithViewCopyOpsPass (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/executorch/exir/capture/
H A D_capture.py29 from torch._export.passes import ReplaceViewOpsWithViewCopyOpsPass
219 ep = _transform(ep, ReplaceViewOpsWithViewCopyOpsPass())
/aosp_15_r20/external/pytorch/torch/_export/passes/
H A D__init__.py1 from .replace_view_ops_with_view_copy_ops_pass import ReplaceViewOpsWithViewCopyOpsPass
H A Dreplace_view_ops_with_view_copy_ops_pass.py46 class ReplaceViewOpsWithViewCopyOpsPass(_ExportPassBaseDeprecatedDoNotUse): class
/aosp_15_r20/external/pytorch/test/export/
H A Dtest_passes.py28 ReplaceViewOpsWithViewCopyOpsPass,
481 ep = ep._transform_do_not_use(ReplaceViewOpsWithViewCopyOpsPass())
495 ReplaceViewOpsWithViewCopyOpsPass()
/aosp_15_r20/external/executorch/exir/program/
H A D_program.py58 from torch._export.passes import ReplaceViewOpsWithViewCopyOpsPass
723 ReplaceViewOpsWithViewCopyOpsPass()