Home
last modified time | relevance | path

Searched defs:while_body (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_constant_sinking_test.cc64 auto* while_body = module->GetComputationWithName("body"); in TEST_F() local
104 auto* while_body = module->GetComputationWithName("body"); in TEST_F() local
145 auto* while_body = module->GetComputationWithName("body"); in TEST_F() local
193 auto* while_body = module->GetComputationWithName("body"); in TEST_F() local
235 auto* while_body = module->GetComputationWithName("body"); in TEST_F() local
Dwhile_loop_invariant_code_motion_test.cc66 HloComputation* while_body = [&]() { in TEST_F() local
108 HloComputation* while_body = [&]() { in TEST_F() local
180 HloComputation* while_body = [&]() { in TEST_F() local
219 HloComputation* while_body = [&]() { in TEST_F() local
258 HloComputation* while_body = [&]() { in TEST_F() local
307 HloComputation* while_body = [&]() { in TEST_F() local
361 HloComputation* while_body = [&]() { in TEST_F() local
411 HloComputation* while_body; in TEST_F() local
447 HloComputation* while_body = [&]() { in TEST_F() local
501 HloComputation* while_body = m->GetComputationWithName("wide.body"); in TEST_F() local
[all …]
Dwhile_loop_analysis.cc128 auto* while_body = while_op->while_body(); in GetLoopInductionVarTupleIdx() local
250 auto* while_body = while_op->while_body(); in PatternMatchLoopTripCount() local
364 auto* while_body = while_op->while_body(); in ComputeWhileLoopTripCount() local
448 auto* while_body = while_op->while_body(); in ComputeWhileLoopTripCountUpperBound() local
Dwhile_loop_invariant_code_motion.cc43 HloComputation* while_body = while_instr->while_body(); in CreateLoopInvariantCopy() local
154 HloComputation* while_body = while_instr->while_body(); in TryHoistingInvariantInstructionsFromWhileBody() local
Dwhile_loop_simplifier.cc58 HloComputation* while_body = while_op->while_body(); in TryRemoveDeadWhileParams() local
314 auto* while_body = while_op->while_body(); in TryRemoveConstantParams() local
512 auto while_body = while_op->while_body(); in TryPropagateConstant() local
646 auto* while_body = while_op->while_body(); in TryFlattenNestedTuples() local
773 auto* while_body = while_op->while_body(); in TryMergeInductionVariables() local
Dwhile_loop_constant_sinking.cc52 HloComputation* while_body = while_instr->while_body(); in TrySinkingConstantsIntoWhileLoop() local
Dwhile_loop_simplifier_test.cc187 auto* while_body = while_op->while_body(); in TEST_F() local
203 auto* while_body = while_op->while_body(); in TEST_F() local
221 auto* while_body = while_op->while_body(); in TEST_F() local
Dwhile_util_test.cc157 HloComputation* while_body = module->GetComputationWithName("body"); in TEST() local
Dwhile_util.cc260 const HloComputation& while_body) { in GetInvariantGTEsForWhileBody()
Dhlo_rematerialization_test.cc103 HloComputation* while_cond, HloComputation* while_body, in MakeRematerializableWhileComputation()
Dhlo_verifier.cc1355 auto* while_body = xla_while->while_body(); in HandleWhile() local
Dhlo_instruction.cc2031 HloComputation* HloInstruction::while_body() const { in while_body() function in xla::HloInstruction
/external/tensorflow/tensorflow/python/ops/parallel_for/
Dcontrol_flow_ops.py64 def while_body(i, *ta_list): function
Dpfor.py886 def while_body(i, *ta_list): function
1600 def while_body(i, ta): function
/external/tensorflow/tensorflow/python/autograph/operators/
Dcontrol_flow.py98 def while_body(iterate_index, *state): function
/external/tensorflow/tensorflow/contrib/compiler/
Dxla_test.py146 def while_body(i): function