Searched refs:ReducePrecisionInsertionTest (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | reduce_precision_insertion_test.cc | 35 class ReducePrecisionInsertionTest : public HloTestBase { class 47 TEST_F(ReducePrecisionInsertionTest, BeforeUnaryInstruction) { in TEST_F() argument 74 TEST_F(ReducePrecisionInsertionTest, BeforeUnaryScalarInstruction) { in TEST_F() argument 101 TEST_F(ReducePrecisionInsertionTest, BeforeBinaryInstruction) { in TEST_F() argument 133 TEST_F(ReducePrecisionInsertionTest, BeforeZeroInputInstruction) { in TEST_F() argument 161 TEST_F(ReducePrecisionInsertionTest, AvoidAddingDuplicateInstructions) { in TEST_F() argument 198 TEST_F(ReducePrecisionInsertionTest, AfterRootInstruction) { in TEST_F() argument 223 TEST_F(ReducePrecisionInsertionTest, AfterNonRootInstruction) { in TEST_F() argument 264 TEST_F(ReducePrecisionInsertionTest, OutputIsNotFloat) { in TEST_F() argument 290 TEST_F(ReducePrecisionInsertionTest, ShouldReduceOutputPrecisionIsFalse) { in TEST_F() argument [all …]
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | reduce_precision_test.cc | 248 class ReducePrecisionInsertionTest : public ClientLibraryTestBase {}; class 251 XLA_TEST_F(ReducePrecisionInsertionTest, in XLA_TEST_F() argument 280 XLA_TEST_F(ReducePrecisionInsertionTest, in XLA_TEST_F() argument 306 XLA_TEST_F(ReducePrecisionInsertionTest, in XLA_TEST_F() argument 330 XLA_TEST_F(ReducePrecisionInsertionTest, in XLA_TEST_F() argument 355 XLA_TEST_F(ReducePrecisionInsertionTest, in XLA_TEST_F() argument
|