/aosp_15_r20/external/executorch/docs/source/tutorials_source/ |
H A D | export-to-executorch-tutorial.py | 428 exported_program = edge_program.exported_program() variable 466 exported_program = edge_program.exported_program() variable 500 exported_program = edge_program.exported_program() variable
|
/aosp_15_r20/external/executorch/exir/passes/ |
H A D | quantize_io_pass.py | 20 exported_program, input_index, qparams: Optional[Dict[str, Any]] = None argument 115 def quantize_output(exported_program, output_index): argument
|
/aosp_15_r20/external/pytorch/torch/_export/ |
H A D | verifier.py | 275 def _verify_exported_program_module_call_graph(exported_program) -> None: argument 294 def _verify_exported_program_signature(exported_program) -> None: argument
|
/aosp_15_r20/external/executorch/examples/arm/ |
H A D | aot_arm_compiler.py | 464 exported_program = torch.export.export_for_training(model, example_inputs) variable 476 exported_program = torch.export.export_for_training(model, example_inputs) variable
|
/aosp_15_r20/external/executorch/backends/xnnpack/_passes/ |
H A D | xnnpack_pass.py | 21 def exported_program(self) -> ExportedProgram: member in XNNPACKPass
|
H A D | __init__.py | 76 def exported_program(self) -> ExportedProgram: member in XNNPACKPassManager
|
/aosp_15_r20/external/executorch/backends/arm/_passes/ |
H A D | unsqueeze_scalar_placeholders_pass.py | 19 def __init__(self, exported_program): argument
|
H A D | match_arg_ranks_pass.py | 29 def __init__(self, exported_program): argument
|
/aosp_15_r20/external/executorch/exir/program/ |
H A D | _program.py | 1203 def exported_program(self, method_name: str = "forward") -> ExportedProgram: member in EdgeProgramManager 1436 def exported_program(self, method_name: str = "forward") -> ExportedProgram: member in ExecutorchProgramManager
|
/aosp_15_r20/external/executorch/exir/serde/ |
H A D | upgrade.py | 211 def upgrade(self, exported_program): argument
|
/aosp_15_r20/external/executorch/backends/apple/mps/operators/ |
H A D | node_visitor.py | 61 def exported_program(self) -> ExportedProgram: member in NodeVisitor
|
/aosp_15_r20/external/executorch/backends/xnnpack/operators/ |
H A D | node_visitor.py | 100 def exported_program(self) -> ExportedProgram: member in NodeVisitor
|