Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dgen-tag-table.py291 def is_complex (self): member in LanguageTag
/external/tensorflow/tensorflow/python/framework/
Ddtypes.py155 def is_complex(self): member in DType
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc2186 bool is_complex = false; in TrySimplify() local
2329 bool is_complex = (type == DT_COMPLEX64) || (type == DT_COMPLEX128); in TrySimplify() local