Home
last modified time | relevance | path

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

/external/pytorch/torch/_dynamo/
Dbytecode_transformation.py650 def _get_instruction_by_offset(offset_to_inst: Dict[int, Instruction], offset: int): function
666 inst.target = _get_instruction_by_offset(jump_targets, inst.argval)
770 _get_instruction_by_offset(offset_to_inst, entry.start),
771 _get_instruction_by_offset(offset_to_inst, end_offset),
772 _get_instruction_by_offset(offset_to_inst, entry.target),