Home
last modified time | relevance | path

Searched refs:SameElementType (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.h214 static bool SameElementType(const Shape& lhs, const Shape& rhs) { in SameElementType() function
225 return ShapeUtil::SameElementType(a, b); in SameElementTypeIgnoringFpPrecision()
233 if (SameElementType(a, b)) { in HigherPrecisionElementType()
Dshape_util.cc110 if (!ShapeUtil::SameElementType(lhs, rhs)) { in CompareShapes()
620 return SameDimensions(lhs, rhs) && SameElementType(lhs, rhs); in Compatible()
Dliteral_util.cc446 TF_RET_CHECK(ShapeUtil::SameElementType(src_literal.shape(), shape())); in CopySliceFrom()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator.cc899 CHECK(ShapeUtil::SameElementType(lhs_shape, rhs_shape)); in HandleConvolution()
900 CHECK(ShapeUtil::SameElementType(lhs_shape, result_shape)); in HandleConvolution()
1038 CHECK(ShapeUtil::SameElementType(lhs->shape(), rhs->shape())); in HandleDot()
1039 CHECK(ShapeUtil::SameElementType(lhs->shape(), dot->shape())); in HandleDot()
Dalgebraic_simplifier.cc1402 ShapeUtil::SameElementType(lhs->operand(1)->shape(), rhs->shape())) { in HandlePower()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc2918 ShapeUtil::SameElementType(operands[0]->shape(), operand->shape())); in ElementTypesSameAndSupported()