Home
last modified time | relevance | path

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

/external/pytorch/torch/_dynamo/variables/
Dtorch_function.py275 def from_tensor_var(cls, tx, tensor_var, class_type, torch_function_fn): argument
278 kwargs = dict(tensor_var.__dict__)
Dbuiltin.py1486 def _tensor_isinstance(tensor_var, tensor_type): argument