HomeSort by relevance Sort by last modified time
    Searched defs:new_while_instr (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
while_util.h 28 HloInstruction* new_while_instr; member in struct:xla::WhileUtil::MakeInstructionsLiveInResult
while_util_test.cc 77 HloInstruction* new_while_instr = make_live_in_result.new_while_instr; local
81 op::Tuple(op::GetTupleElement(::testing::Eq(new_while_instr), 0),
82 op::GetTupleElement(::testing::Eq(new_while_instr), 1)));
88 EXPECT_THAT(new_while_instr->while_body()->root_instruction(),
109 HloInstruction* new_while_instr = make_live_in_result.new_while_instr; local
115 op::Tuple(op::GetTupleElement(::testing::Eq(new_while_instr), 0),
116 op::GetTupleElement(::testing::Eq(new_while_instr), 1)));
122 EXPECT_THAT(new_while_instr->while_body()->root_instruction()
    [all...]

Completed in 71 milliseconds