Home
last modified time | relevance | path

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

/external/pytorch/torch/_dynamo/
Dbytecode_transformation.py70 def convert_instruction(i: dis.Instruction) -> Instruction: function
1374 instructions = list(map(convert_instruction, dis.get_instructions(code)))