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

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
cpu_infeed_test.cc 174 LiteralTestUtil::ExpectR0Near<float>(45.0f, result_literal, ErrorSpec{1e-7});
292 LiteralTestUtil::ExpectR0Near<float>(66.0f, result_literal, ErrorSpec{1e-7});
  /external/tensorflow/tensorflow/compiler/xla/tests/
custom_call_test.cc 93 LiteralTestUtil::ExpectR0Near<float>(44.0f, result, error_spec_);
114 LiteralTestUtil::ExpectR0Near<float>(10.0f, result, error_spec_);
literal_test_util.h 101 static void ExpectR0Near(NativeT expected, const LiteralSlice& actual,
201 /* static */ void LiteralTestUtil::ExpectR0Near(NativeT expected,
copy_test.cc 105 LiteralTestUtil::ExpectR0Near<float>(42.0f, result, error_spec_);
local_client_execute_test.cc 61 LiteralTestUtil::ExpectR0Near<float>(123.f, ShapedBufferToLiteral(result),
74 LiteralTestUtil::ExpectR0Near<float>(165.f, ShapedBufferToLiteral(result),
495 LiteralTestUtil::ExpectR0Near<float>(i + j + i * kFanout + j,
    [all...]

Completed in 351 milliseconds