Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tools/
H A Dhlo_control_flow_flattening.h53 flatten_while_loop_(options.flatten_while_loop), in HloControlFlowFlattening()
88 bool flatten_while_loop_; variable
H A Dhlo_control_flow_flattening.cc373 if (flatten_while_loop_ && instruction->opcode() == HloOpcode::kWhile) { in Run()