Home
last modified time | relevance | path

Searched refs:TorchScriptObjectVariable (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Dscript_object.py27 class TorchScriptObjectVariable(UserDefinedObjectVariable): class
36 return TorchScriptObjectVariable(proxy, value, **options)
H A Dbuilder.py194 from .script_object import TorchScriptObjectVariable
1096 elif TorchScriptObjectVariable.is_matching_cls(type(value)):
1115 return TorchScriptObjectVariable.create(
1159 return TorchScriptObjectVariable.create(