Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Dtensor.py1275 def from_tensor_variable(cls, tensor_variable, raw_value, need_unwrap=True): argument
1299 def from_tensor_variable(cls, tensor_variable): argument
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dsymbolic_convert.py2513 def find_symbolic_locals_name(self, tensor_variable): argument