Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_util.cc91 TF_ASSIGN_OR_RETURN(auto inlined_instructions_map, in WidenWhileBody()
93 return {{wide_while_body, std::move(inlined_instructions_map)}}; in WidenWhileBody()
113 CallInliner::InlinedInstructionMap inlined_instructions_map; in MakeInstructionsLiveIn() local
115 std::tie(new_while_body, inlined_instructions_map), in MakeInstructionsLiveIn()
146 result.while_body_instruction_map = std::move(inlined_instructions_map); in MakeInstructionsLiveIn()
Dwhile_loop_simplifier.cc498 TF_ASSIGN_OR_RETURN(auto inlined_instructions_map, in TryRemoveWhileLoop()
500 (void)inlined_instructions_map; in TryRemoveWhileLoop()