Home
last modified time | relevance | path

Searched defs:complex_dtype (Results 1 – 3 of 3) sorted by relevance

/external/pytorch/torch/_subclasses/
Dmeta_utils.py1342 def is_c_of_r(complex_dtype, real_dtype): argument
/external/pytorch/aten/src/ATen/native/
DBatchLinearAlgebra.cpp3045 ScalarType complex_dtype = toComplexType(input.scalar_type()); in linalg_eig() local
3115 ScalarType complex_dtype = toComplexType(input.scalar_type()); in _linalg_eigvals() local
/external/pytorch/test/torch_np/numpy_tests/core/
Dtest_multiarray.py4739 def test_var_complex_values(self, complex_dtype, ndec): argument