Home
last modified time | relevance | path

Searched defs:exported_program (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/executorch/docs/source/tutorials_source/
H A Dexport-to-executorch-tutorial.py428 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 Dquantize_io_pass.py20 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 Dverifier.py275 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 Daot_arm_compiler.py464 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 Dxnnpack_pass.py21 def exported_program(self) -> ExportedProgram: member in XNNPACKPass
H A D__init__.py76 def exported_program(self) -> ExportedProgram: member in XNNPACKPassManager
/aosp_15_r20/external/executorch/backends/arm/_passes/
H A Dunsqueeze_scalar_placeholders_pass.py19 def __init__(self, exported_program): argument
H A Dmatch_arg_ranks_pass.py29 def __init__(self, exported_program): argument
/aosp_15_r20/external/executorch/exir/program/
H A D_program.py1203 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 Dupgrade.py211 def upgrade(self, exported_program): argument
/aosp_15_r20/external/executorch/backends/apple/mps/operators/
H A Dnode_visitor.py61 def exported_program(self) -> ExportedProgram: member in NodeVisitor
/aosp_15_r20/external/executorch/backends/xnnpack/operators/
H A Dnode_visitor.py100 def exported_program(self) -> ExportedProgram: member in NodeVisitor