Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Dtorch_function.py221 def build_torch_function_fn(tx: "InstructionTranslator", value, source): function
H A Duser_defined.py657 from .torch_function import build_torch_function_fn
659 return build_torch_function_fn(tx, self.value, self.source)
H A Dbuilder.py205 build_torch_function_fn,
1558 options["torch_function_fn"] = build_torch_function_fn(