Searched refs:complexfloating (Results 1 – 13 of 13) sorted by relevance
/external/pytorch/test/torch_np/numpy_tests/core/ |
D | test_scalar_methods.py | 188 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])
|
D | test_numerictypes.py | 109 assert np.issubdtype(np.complex64, np.complexfloating)
|
D | test_scalarmath.py | 65 complex_floating_types = np.complexfloating.__subclasses__()
|
/external/pytorch/torch/_numpy/ |
D | _dtypes.py | 63 class complexfloating(inexact): class 155 class complex64(complexfloating): 161 class complex128(complexfloating):
|
/external/tensorflow/tensorflow/python/kernel_tests/linalg/ |
D | linalg_ops_test.py | 578 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/ |
D | test_ufuncs_basic.py | 186 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/ |
D | qr_op_test.py | 80 if np.issubdtype(dtype, np.complexfloating):
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | tensor_format.py | 534 np.issubdtype(tensor.dtype, np.complexfloating) or
|
/external/tensorflow/tensorflow/python/debug/lib/ |
D | debug_data.py | 222 np.issubdtype(tensor.dtype, np.complexfloating) or
|
/external/tensorflow/tensorflow/python/ops/numpy_ops/ |
D | np_math_ops.py | 812 return np.issubdtype(x.dtype.as_numpy_dtype, np.complexfloating)
|
D | np_array_ops_test.py | 1168 if np.issubdtype(dtype, np.complexfloating):
|
D | np_array_ops.py | 1391 if np.issubdtype(dtype, np.complexfloating):
|
/external/pytorch/test/torch_np/numpy_tests/linalg/ |
D | test_linalg.py | 1878 if np.issubdtype(dtype, np.complexfloating):
|