Home
last modified time | relevance | path

Searched defs:is_complex (Results 1 – 7 of 7) sorted by relevance

/external/harfbuzz_ng/src/
Dgen-tag-table.py284 def is_complex (self): member in LanguageTag
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnccl_utils.cc89 bool is_complex = primitive_util::IsComplexType(element_type); in ToNcclDataTypeAndCountMultiplier() local
/external/tensorflow/tensorflow/python/ops/parallel_for/
Dmath_test.py44 def _test_unary_cwise_ops(self, ops, is_complex): argument
/external/tensorflow/tensorflow/compiler/xla/service/
Deigh_expander.cc103 bool is_complex = primitive_util::IsComplexType(w_tl_shape.element_type()); in HermitianEigenDecomposition2x2() local
/external/ComputeLibrary/src/core/NEON/kernels/
DNEReductionOperationKernel.cpp1507 const bool is_complex = (input->info()->num_channels() == 2); in reduce_op() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc2391 bool is_complex = false; in TrySimplify() local
2541 bool is_complex = (type == DT_COMPLEX64) || (type == DT_COMPLEX128); in TrySimplify() local
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_blas.cc444 bool is_complex = data_type == blas::DataType::kComplexFloat || in GetScaleType() local