Searched refs:is_complex_or_complex_tensor (Results 1 – 2 of 2) sorted by relevance
/external/pytorch/torch/_numpy/ | ||
D | _dtypes_impl.py | 140 def is_complex_or_complex_tensor(x): function |
D | _funcs_impl.py | 375 if any(_dtypes_impl.is_complex_or_complex_tensor(x) for x in (start, stop, step)): |