Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_numpy/
H A D_util.py176 def _try_convert_to_tensor(obj): function
222 tensor = _try_convert_to_tensor(obj)
/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Dbuilder.py1667 tensor_value = _util._try_convert_to_tensor(value)