Home
last modified time | relevance | path

Searched refs:create_with_source (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Dfunctions.py119 def create_with_source(cls, value, source): member in UserFunctionVariable
586 def create_with_source(cls, value, source): member in SkipFunctionVariable
H A Duser_defined.py1066 return trace_rules.lookup(func).create_with_source(func, source=source)
1130 return trace_rules.lookup(func).create_with_source(
H A Dbuilder.py813 return trace_rules.lookup_callable(value).create_with_source(
997 return trace_rules.lookup(value).create_with_source(
1068 return trace_rules.lookup(value).create_with_source(
H A Dtorch.py156 def create_with_source(cls, value, source): member in BaseTorchVariable
H A Dmisc.py792 .create_with_source(func, source=source)
H A Dbuiltin.py106 def create_with_source(cls, value, source): member in BuiltinVariable