Home
last modified time | relevance | path

Searched refs:ElementIsComplex (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dreal_imag_expander.cc25 !ShapeUtil::ElementIsComplex(inst->operand(0)->shape()); in InstructionMatchesPattern()
Dcholesky_expander.cc104 if (ShapeUtil::ElementIsComplex(a_shape)) { in CholeskyUnblocked()
185 if (ShapeUtil::ElementIsComplex(a_shape)) { in BuildCholesky()
Dshape_inference.cc277 !ShapeUtil::ElementIsComplex(shape)) { in InferUnaryOpShape()
286 if (ShapeUtil::ElementIsComplex(shape)) { in InferUnaryOpShape()
297 if (ShapeUtil::ElementIsComplex(shape)) { in InferUnaryOpShape()
319 !ShapeUtil::ElementIsComplex(shape)) { in InferUnaryOpShape()
336 !ShapeUtil::ElementIsComplex(shape)) { in InferUnaryOpShape()
1956 if ((!ShapeUtil::ElementIsFloating(a) && !ShapeUtil::ElementIsComplex(a)) || in InferTriangularSolveShape()
2007 if (!ShapeUtil::ElementIsFloating(a) && !ShapeUtil::ElementIsComplex(a)) { in InferCholeskyShape()
Dinstruction_fusion.cc125 return ShapeUtil::ElementIsComplex(instruction.shape()); in IsExpensive()
Delemental_ir_emitter.cc256 } else if (ShapeUtil::ElementIsComplex(op->operand(0)->shape())) { in EmitUnaryOp()
2559 ShapeUtil::ElementIsComplex(iota->shape()) in MakeElementGenerator()
2588 if (ShapeUtil::ElementIsComplex(iota->shape())) { in MakeElementGenerator()
Dalgebraic_simplifier.cc88 if (ShapeUtil::ElementIsComplex(operand->shape())) { in IsAnyOperandComplex()
2809 !ShapeUtil::ElementIsComplex(abs_operand->shape())) { in HandleMultiply()
3038 auto abs_a = ShapeUtil::ElementIsComplex(a->shape()) in HandleLog()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_instruction_fusion.cc47 return !ShapeUtil::ElementIsComplex(hlo_shape) && in IsNonComplexNonBatchedMatrixVectorDot()
Ddot_op_emitter.cc643 if (ShapeUtil::ElementIsComplex(lhs_shape)) { in EmitNaiveLlvmIrGemm()
710 if (ShapeUtil::ElementIsComplex(lhs_array_.GetShape())) { in EmitScalarDot()
Dir_emitter.cc1382 if (ShapeUtil::ElementIsComplex(root_shape)) { in MatchReductionGenerator()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.h489 static bool ElementIsComplex(const Shape& shape);
Dshape_util.cc505 /* static */ bool ShapeUtil::ElementIsComplex(const Shape& shape) { in ElementIsComplex() function in xla::ShapeUtil
558 CHECK(ElementIsComplex(complex_shape)) << HumanString(complex_shape); in ComplexComponentShape()
Dliteral_comparison.cc818 ShapeUtil::ElementIsComplex(expected.shape())) { in NearHelper()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dclient_library_test_base.cc318 ShapeUtil::ElementIsComplex(expected.shape())) { in ComputeAndCompareLiteralWithStatus()