Searched defs:code_options (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/pytorch/torch/_dynamo/ |
H A D | resume_execution.py | 53 def try_except(self, code_options, cleanup: List[Instruction]): argument 169 def __call__(self, code_options, cleanup): argument 547 def unreachable_codes(code_options) -> List[Instruction]: argument
|
H A D | replay_record.py | 35 code_options: Dict[str, Any] = field(default_factory=dict) variable in ExecutionRecord 55 code_options: Dict[str, Any] = field(default_factory=dict) variable in ExecutionRecorder
|
H A D | bytecode_transformation.py | 1148 def get_const_index(code_options, val) -> int: argument 1160 def fix_vars(instructions: List[Instruction], code_options, varname_from_oparg=None): argument
|
H A D | testing.py | 146 def insert_nops(instructions, code_options): argument
|
H A D | symbolic_convert.py | 2655 code_options, argument
|