Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emission_utils.cc43 if (ShapeUtil::ElementIsComplex(input_shape) || in PotentiallyImplementedAsEigenConvolution()
44 ShapeUtil::ElementIsComplex(kernel_shape)) { in PotentiallyImplementedAsEigenConvolution()
Ddot_op_emitter.cc822 if (ShapeUtil::ElementIsComplex(lhs_shape)) { in Emit()
884 if (ShapeUtil::ElementIsComplex(lhs_array_.GetShape())) { in EmitScalarDot()
Dir_emitter.cc1337 if (ShapeUtil::ElementIsComplex(root_shape)) { in MatchReductionGenerator()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dclient_library_test_base.cc267 ShapeUtil::ElementIsComplex(expected.shape())) { in ComputeAndCompareLiteralWithStatus()
324 ShapeUtil::ElementIsComplex(expected.shape())); in ComputeAndCompareLiteralWithStatus()
Dliteral_test_util.cc713 ShapeUtil::ElementIsComplex(expected.shape())) { in Near()
/external/tensorflow/tensorflow/compiler/xla/service/
Dinstruction_fusion.cc88 return ShapeUtil::ElementIsComplex(instruction.shape()); in IsExpensive()
Dshape_inference.cc334 !ShapeUtil::ElementIsComplex(arg)) { in InferUnaryOpShape()
343 if (!ShapeUtil::ElementIsComplex(arg)) { in InferUnaryOpShape()
351 if (ShapeUtil::ElementIsComplex(arg)) { in InferUnaryOpShape()
Dalgebraic_simplifier.cc1400 !ShapeUtil::ElementIsComplex(lhs->operand(1)->shape()) && in HandlePower()
1401 !ShapeUtil::ElementIsComplex(rhs->shape()) && in HandlePower()
Delemental_ir_emitter.cc209 } else if (ShapeUtil::ElementIsComplex(op->operand(0)->shape())) { in EmitUnaryOp()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter.cc458 if (ShapeUtil::ElementIsComplex(lhs_shape)) { in HandleDot()
550 if (ShapeUtil::ElementIsComplex(lhs_shape)) { in HandleDot()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.h370 static bool ElementIsComplex(const Shape& shape);
Dshape_util.cc312 /* static */ bool ShapeUtil::ElementIsComplex(const Shape& shape) { in ElementIsComplex() function in xla::ShapeUtil
361 CHECK(ElementIsComplex(complex_shape)) << HumanString(complex_shape); in ComplexComponentShape()