aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_instruction_test.cc
diff options
context:
space:
mode:
authorGravatar Dimitris Vardoulakis <dimvar@google.com>2018-08-29 23:11:50 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-29 23:16:29 -0700
commit5452e5a49f99b9ea9f095d71a10e794b8d70fc04 (patch)
treed5a09da125dceb3ec802a38db754e06d06e7b042 /tensorflow/compiler/xla/service/hlo_instruction_test.cc
parent786e469ed0b74e2175e9f4b3d1ac7531c65017b0 (diff)
Convert a couple more test files to HloVerifiedTestBase, and add default arguments to the constructor to remove some boilerplate.
PiperOrigin-RevId: 210855509
Diffstat (limited to 'tensorflow/compiler/xla/service/hlo_instruction_test.cc')
-rw-r--r--tensorflow/compiler/xla/service/hlo_instruction_test.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/tensorflow/compiler/xla/service/hlo_instruction_test.cc b/tensorflow/compiler/xla/service/hlo_instruction_test.cc
index 50c04b055b..81290ccd63 100644
--- a/tensorflow/compiler/xla/service/hlo_instruction_test.cc
+++ b/tensorflow/compiler/xla/service/hlo_instruction_test.cc
@@ -41,10 +41,6 @@ using ::testing::UnorderedElementsAre;
class HloInstructionTest : public HloVerifiedTestBase {
protected:
- HloInstructionTest()
- : HloVerifiedTestBase(/*layout_sensitive=*/false,
- /*allow_mixed_precision=*/false) {}
-
Shape r0f32_ = ShapeUtil::MakeShape(F32, {});
};