Searched refs:create_with_source (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/pytorch/torch/_dynamo/variables/ |
H A D | functions.py | 119 def create_with_source(cls, value, source): member in UserFunctionVariable 586 def create_with_source(cls, value, source): member in SkipFunctionVariable
|
H A D | user_defined.py | 1066 return trace_rules.lookup(func).create_with_source(func, source=source) 1130 return trace_rules.lookup(func).create_with_source(
|
H A D | builder.py | 813 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 D | torch.py | 156 def create_with_source(cls, value, source): member in BaseTorchVariable
|
H A D | misc.py | 792 .create_with_source(func, source=source)
|
H A D | builtin.py | 106 def create_with_source(cls, value, source): member in BuiltinVariable
|