Searched defs:is_complex (Results 1 – 7 of 7) sorted by relevance
197 bool is_complex = primitive_util::IsComplexType(element_type); in ToNcclDataTypeAndCountMultiplier() local
284 def is_complex (self): member in LanguageTag
54 struct is_complex : std::false_type {}; struct56 struct is_complex<std::complex<T>> : std::true_type {}; struct
40 def _test_unary_cwise_ops(self, ops, is_complex): argument
103 bool is_complex = primitive_util::IsComplexType(w_tl_shape.element_type()); in HermitianEigenDecomposition2x2() local
1579 const bool is_complex = (input->info()->num_channels() == 2); in reduce_op() local
2390 bool is_complex = false; in TrySimplify() local2540 bool is_complex = (type == DT_COMPLEX64) || (type == DT_COMPLEX128); in TrySimplify() local