Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Doutput_graph.py78 get_instruction_source_311,
1947 line = get_instruction_source_311(tx_code, cur_inst).rstrip()
H A Dsymbolic_convert.py81 get_instruction_source_311,
3095 line = get_instruction_source_311(parent_code, cur_inst).rstrip()
H A Dutils.py2476 def get_instruction_source_311(code: types.CodeType, inst: dis.Instruction) -> str: function
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_misc.py7026 from torch._dynamo.utils import get_instruction_source_311
7037 get_instruction_source_311(f.__code__, insts[offset]) for offset in offsets
7114 get_instruction_source_311(f.__code__, insts[op_offset]),