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

  /external/tensorflow/tensorflow/compiler/xla/
shape_util.cc 623 /* static */ bool ShapeUtil::CompatibleIgnoringElementType(const Shape& lhs,
628 CompatibleIgnoringElementType);
641 return CompatibleIgnoringElementType(lhs, rhs);
    [all...]
shape_util.h 251 static bool CompatibleIgnoringElementType(const Shape& lhs, const Shape& rhs);
shape_util_test.cc 213 EXPECT_FALSE(ShapeUtil::CompatibleIgnoringElementType(tuple1, tuple2));
230 EXPECT_TRUE(ShapeUtil::CompatibleIgnoringElementType(tuple1, tuple2));
  /external/tensorflow/tensorflow/compiler/xla/service/
elemental_ir_emitter.cc     [all...]

Completed in 96 milliseconds