Home
last modified time | relevance | path

Searched defs:input_mod (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_opcodes.py226 …def __init__(self, name, opcode, format, input_mod, output_mod, is_atomic, cls, definitions, opera… argument
310 def insn(name, opcode = Opcode(), format = Format.PSEUDO, cls = InstrClass.Other, input_mod = False… argument
/aosp_15_r20/external/pytorch/torch/_dynamo/backends/
H A Ddistributed.py139 def compile_submod(self, input_mod, args, kwargs): argument
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_aot_autograd.py728 def compile_submod(input_mod, args): argument