Home
last modified time | relevance | path

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

/external/pytorch/torch/_numpy/
D_ufuncs.py171 x1 = _util.cast_int_to_float(x1)
314 x = _util.cast_int_to_float(x)
D_util.py39 def cast_int_to_float(x): function