HomeSort by relevance Sort by last modified time
    Searched refs:new_while_body (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
while_util.cc 106 HloComputation* new_while_body; local
109 std::tie(new_while_body, inlined_instructions_map),
117 new_while_body, new_while_init));
122 HloInstruction* while_body_param = new_while_body->parameter_instruction(0);
127 new_while_body->AddInstruction(HloInstruction::CreateGetTupleElement(
while_loop_invariant_code_motion.cc 248 HloComputation* new_while_body = local
255 TF_RETURN_IF_ERROR(new_while_body->ReplaceInstruction(
while_loop_simplifier.cc 490 std::unique_ptr<HloComputation> new_while_body = local
511 module->AddEmbeddedComputation(std::move(new_while_body)),

Completed in 256 milliseconds