Searched defs:IsComplex (Results 1 – 9 of 9) sorted by relevance
106 const int IsComplex = NumTraits<typename internal::traits<MatrixType>::Scalar>::IsComplex; in testSingular() local
90 IsComplex = Eigen::NumTraits<SCALAR>::IsComplex, enumerator
71 def IsComplex(obj): function
322 int ARMTTIImpl::getAddressComputationCost(Type *Ty, bool IsComplex) { in getAddressComputationCost()
420 int AArch64TTIImpl::getAddressComputationCost(Type *Ty, bool IsComplex) { in getAddressComputationCost()
918 unsigned getAddressComputationCost(Type *Ty, bool IsComplex) { return 0; } in getAddressComputationCost()
1180 int X86TTIImpl::getAddressComputationCost(Type *Ty, bool IsComplex) { in getAddressComputationCost()
963 int getAddressComputationCost(Type *Ty, bool IsComplex) override { in getAddressComputationCost()
134 bool IsComplex(const NodeDef& node) { return node.op() == "Complex"; } in IsComplex() function