HomeSort by relevance Sort by last modified time
    Searched refs:SameElementType (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/
shape_util.h 214 static bool SameElementType(const Shape& lhs, const Shape& rhs) {
218 // As SameElementType, but allows floating point types to have different
225 return ShapeUtil::SameElementType(a, b);
233 if (SameElementType(a, b)) {
shape_util.cc 110 if (!ShapeUtil::SameElementType(lhs, rhs)) {
620 return SameDimensions(lhs, rhs) && SameElementType(lhs, rhs);
    [all...]
literal_util.cc 446 TF_RET_CHECK(ShapeUtil::SameElementType(src_literal.shape(), shape()));
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_evaluator.cc     [all...]
algebraic_simplifier.cc     [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
ir_emitter.cc     [all...]

Completed in 291 milliseconds