Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dsource.py92 codegen.append_output(codegen.create_load_const(source.unpack_slice()))
94 codegen.append_output(codegen.create_load_const(source.index))
135 codegen.append_output(codegen.create_load_const(self.random_call_index))
304 codegen.append_output(codegen.create_load_const(self.idx))
423 codegen.append_output(codegen.create_load_const(self.idx_key))
487 codegen.append_output(codegen.create_load_const(self.index))
502 codegen.append_output(codegen.create_load_const(self.index))
624 codegen.extend_output([codegen.create_load_const(self._get_index())])
H A Dcodegen.py157 output.append(self.create_load_const(value.as_python_constant()))
314 def create_load_const(self, value) -> Instruction: member in PyCodegen
426 output.append(self.create_load_const(code))
428 output.append(self.create_load_const(fn_name))
490 output.insert(-1, self.create_load_const(kw_names))
506 self.create_load_const(kw_names),
H A Dside_effects.py538 cg.create_load_const(None),
539 cg.create_load_const(None),
/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Dfunctions.py536 codegen.extend_output([codegen.create_load_const(None)])
541 codegen.extend_output([codegen.create_load_const(None)])
546 codegen.extend_output([codegen.create_load_const(None)])
555 codegen.extend_output([codegen.create_load_const(None)])
H A Diter.py430 codegen.create_load_const("strict"),
431 codegen.create_load_const(self.strict),
H A Dctx_manager.py102 codegen.extend_output([codegen.create_load_const(val) for val in target_values])
1139 [codegen.create_load_const(val) for val in self.ctx.target_values]
H A Dmisc.py614 codegen.append_output(codegen.create_load_const(key))
1378 codegen.create_load_const(self.format_string),