Home
last modified time | relevance | path

Searched defs:need_unwrap (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Dtensor.py1268 self, proxy: torch.fx.Proxy, *, raw_value=None, need_unwrap=True, **kwargs argument
1275 def from_tensor_variable(cls, tensor_variable, raw_value, need_unwrap=True): argument