Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dlayout_assignment_test.cc808 const HloInstruction* true_root = true_computation->root_instruction(); in TEST_F() local
810 EXPECT_THAT(true_root->opcode(), HloOpcode::kTuple); in TEST_F()
813 const HloInstruction* true_result = true_root->operand(0); in TEST_F()