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

  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
gpu_fusible.cc 137 return ShapeUtil::EqualIgnoringFpPrecision(get_loop_shape(instr_1),
  /external/tensorflow/tensorflow/compiler/xla/
shape_util_test.cc 161 TEST(ShapeUtilTest, EqualIgnoringFpPrecision) {
162 EXPECT_TRUE(ShapeUtil::EqualIgnoringFpPrecision(
168 EXPECT_FALSE(ShapeUtil::EqualIgnoringFpPrecision(
171 EXPECT_FALSE(ShapeUtil::EqualIgnoringFpPrecision(
174 EXPECT_FALSE(ShapeUtil::EqualIgnoringFpPrecision(
    [all...]
shape_util.h 297 static bool EqualIgnoringFpPrecision(const Shape& lhs, const Shape& rhs);
    [all...]
shape_util.cc 126 /* static */ bool ShapeUtil::EqualIgnoringFpPrecision(const Shape& lhs,
130 VLOG(3) << "ShapeUtil::EqualIgnoringFpPrecision differ: lhs = "
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_verifier.h 128 return layout_sensitive_ ? ShapeUtil::EqualIgnoringFpPrecision(a, b)

Completed in 548 milliseconds