Home
last modified time | relevance | path

Searched refs:false_root (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dlayout_assignment_test.cc809 const HloInstruction* false_root = false_computation->root_instruction(); in TEST_F() local
811 EXPECT_THAT(false_root->opcode(), HloOpcode::kTuple); in TEST_F()
814 const HloInstruction* false_result = false_root->operand(0); in TEST_F()