Home
last modified time | relevance | path

Searched refs:complexfloating (Results 1 – 13 of 13) sorted by relevance

/external/pytorch/test/torch_np/numpy_tests/core/
Dtest_scalar_methods.py188 alias = np.complexfloating[Any, Any]
190 assert alias.__origin__ is np.complexfloating
196 assert np.complexfloating[arg_tup]
200 np.complexfloating[arg_tup]
229 @parametrize("cls", [np.number, np.complexfloating, np.int64])
Dtest_numerictypes.py109 assert np.issubdtype(np.complex64, np.complexfloating)
Dtest_scalarmath.py65 complex_floating_types = np.complexfloating.__subclasses__()
/external/pytorch/torch/_numpy/
D_dtypes.py63 class complexfloating(inexact): class
155 class complex64(complexfloating):
161 class complex128(complexfloating):
/external/tensorflow/tensorflow/python/kernel_tests/linalg/
Dlinalg_ops_test.py578 if np.issubdtype(alpha.dtype, np.complexfloating):
600 if np.issubdtype(alpha.dtype, np.complexfloating):
611 if np.issubdtype(alpha.dtype, np.complexfloating):
621 if np.issubdtype(beta.dtype, np.complexfloating):
663 if np.issubdtype(alpha.dtype, np.complexfloating):
676 if np.issubdtype(beta.dtype, np.complexfloating):
/external/pytorch/test/torch_np/
Dtest_ufuncs_basic.py186 if ufunc in no_complex and np.issubdtype(out_dtype, np.complexfloating):
259 if ufunc in no_complex and issubclass(other_dtype, np.complexfloating):
297 if ufunc in no_complex and issubclass(other_dtype, np.complexfloating):
/external/tensorflow/tensorflow/compiler/tests/
Dqr_op_test.py80 if np.issubdtype(dtype, np.complexfloating):
/external/tensorflow/tensorflow/python/debug/cli/
Dtensor_format.py534 np.issubdtype(tensor.dtype, np.complexfloating) or
/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_data.py222 np.issubdtype(tensor.dtype, np.complexfloating) or
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_math_ops.py812 return np.issubdtype(x.dtype.as_numpy_dtype, np.complexfloating)
Dnp_array_ops_test.py1168 if np.issubdtype(dtype, np.complexfloating):
Dnp_array_ops.py1391 if np.issubdtype(dtype, np.complexfloating):
/external/pytorch/test/torch_np/numpy_tests/linalg/
Dtest_linalg.py1878 if np.issubdtype(dtype, np.complexfloating):