Searched defs:input_mod (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/mesa3d/src/amd/compiler/ |
H A D | aco_opcodes.py | 226 …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 D | distributed.py | 139 def compile_submod(self, input_mod, args, kwargs): argument
|
/aosp_15_r20/external/pytorch/test/dynamo/ |
H A D | test_aot_autograd.py | 728 def compile_submod(input_mod, args): argument
|