Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_instruction_fusion.cc47 return !ShapeUtil::ElementIsComplex(hlo_shape) && in IsNonComplexNonBatchedMatrixVectorDot()
Ddot_op_emitter.cc515 if (ShapeUtil::ElementIsComplex(lhs_shape)) { in EmitNaiveLlvmIrGemm()
579 if (ShapeUtil::ElementIsComplex(lhs_array_.GetShape())) { in EmitScalarDot()
Dir_emitter.cc1602 if (ShapeUtil::ElementIsComplex(root_shape)) { in MatchReductionGenerator()
/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.cc262 !ShapeUtil::ElementIsComplex(shape)) { in InferUnaryOpShape()
271 if (ShapeUtil::ElementIsComplex(shape)) { in InferUnaryOpShape()
282 if (ShapeUtil::ElementIsComplex(shape)) { in InferUnaryOpShape()
304 !ShapeUtil::ElementIsComplex(shape)) { in InferUnaryOpShape()
321 !ShapeUtil::ElementIsComplex(shape)) { in InferUnaryOpShape()
1931 if ((!ShapeUtil::ElementIsFloating(a) && !ShapeUtil::ElementIsComplex(a)) || in InferTriangularSolveShape()
1982 if (!ShapeUtil::ElementIsFloating(a) && !ShapeUtil::ElementIsComplex(a)) { in InferCholeskyShape()
Dinstruction_fusion.cc123 return ShapeUtil::ElementIsComplex(instruction.shape()); in IsExpensive()
Dalgebraic_simplifier.cc85 if (ShapeUtil::ElementIsComplex(operand->shape())) { in IsAnyOperandComplex()
1910 ShapeUtil::ElementIsComplex(dot->shape())) && in HandleDot()
1972 ShapeUtil::ElementIsComplex(dot->shape()) in HandleDot()
2350 auto abs_a = ShapeUtil::ElementIsComplex(a->shape()) in HandleLog()
2835 !ShapeUtil::ElementIsComplex(lhs->operand(1)->shape()) && in HandlePower()
2836 !ShapeUtil::ElementIsComplex(rhs->shape()) && in HandlePower()
Delemental_ir_emitter.cc239 } else if (ShapeUtil::ElementIsComplex(op->operand(0)->shape())) { in EmitUnaryOp()
2274 ShapeUtil::ElementIsComplex(iota->shape()) in MakeElementGenerator()
2303 if (ShapeUtil::ElementIsComplex(iota->shape())) { in MakeElementGenerator()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter.cc527 if (ShapeUtil::ElementIsComplex(lhs_shape)) { in HandleDot()
624 if (ShapeUtil::ElementIsComplex(lhs_shape)) { in HandleDot()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.cc367 /* static */ bool ShapeUtil::ElementIsComplex(const Shape& shape) { in ElementIsComplex() function in xla::ShapeUtil
420 CHECK(ElementIsComplex(complex_shape)) << HumanString(complex_shape); in ComplexComponentShape()
Dshape_util.h457 static bool ElementIsComplex(const Shape& shape);
Dliteral_comparison.cc825 ShapeUtil::ElementIsComplex(expected.shape())) { in NearHelper()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dclient_library_test_base.cc318 ShapeUtil::ElementIsComplex(expected.shape())) { in ComputeAndCompareLiteralWithStatus()