Searched refs:ElementIsComplex (Results 1 – 12 of 12) sorted by relevance
104 if (ShapeUtil::ElementIsComplex(a_shape)) { in CholeskyUnblocked()185 if (ShapeUtil::ElementIsComplex(a_shape)) { in BuildCholesky()
288 !ShapeUtil::ElementIsComplex(shape)) { in InferUnaryOpShape()297 if (ShapeUtil::ElementIsComplex(shape)) { in InferUnaryOpShape()308 if (ShapeUtil::ElementIsComplex(shape)) { in InferUnaryOpShape()330 !ShapeUtil::ElementIsComplex(shape)) { in InferUnaryOpShape()347 !ShapeUtil::ElementIsComplex(shape)) { in InferUnaryOpShape()1964 if ((!ShapeUtil::ElementIsFloating(a) && !ShapeUtil::ElementIsComplex(a)) || in InferTriangularSolveShape()2015 if (!ShapeUtil::ElementIsFloating(a) && !ShapeUtil::ElementIsComplex(a)) { in InferCholeskyShape()
125 return ShapeUtil::ElementIsComplex(instruction.shape()); in IsExpensive()
241 } else if (ShapeUtil::ElementIsComplex(op->operand(0)->shape())) { in EmitUnaryOp()2373 ShapeUtil::ElementIsComplex(iota->shape()) in MakeElementGenerator()2402 if (ShapeUtil::ElementIsComplex(iota->shape())) { in MakeElementGenerator()
87 if (ShapeUtil::ElementIsComplex(operand->shape())) { in IsAnyOperandComplex()2719 !ShapeUtil::ElementIsComplex(abs_operand->shape())) { in HandleMultiply()2948 auto abs_a = ShapeUtil::ElementIsComplex(a->shape()) in HandleLog()
47 return !ShapeUtil::ElementIsComplex(hlo_shape) && in IsNonComplexNonBatchedMatrixVectorDot()
638 if (ShapeUtil::ElementIsComplex(lhs_shape)) { in EmitNaiveLlvmIrGemm()705 if (ShapeUtil::ElementIsComplex(lhs_array_.GetShape())) { in EmitScalarDot()
1379 if (ShapeUtil::ElementIsComplex(root_shape)) { in MatchReductionGenerator()
506 static bool ElementIsComplex(const Shape& shape);
477 /* static */ bool ShapeUtil::ElementIsComplex(const Shape& shape) { in ElementIsComplex() function in xla::ShapeUtil530 CHECK(ElementIsComplex(complex_shape)) << HumanString(complex_shape); in ComplexComponentShape()
814 ShapeUtil::ElementIsComplex(expected.shape())) { in NearHelper()
318 ShapeUtil::ElementIsComplex(expected.shape())) { in ComputeAndCompareLiteralWithStatus()