Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_constant_sinking_test.cc63 auto* while_body = module->GetComputationWithName("body"); in TEST_F() local
110 auto* while_body = module->GetComputationWithName("body"); in TEST_F() local
150 auto* while_body = module->GetComputationWithName("body"); in TEST_F() local
191 auto* while_body = module->GetComputationWithName("body"); in TEST_F() local
239 auto* while_body = module->GetComputationWithName("body"); in TEST_F() local
281 auto* while_body = module->GetComputationWithName("body"); in TEST_F() local
Dwhile_loop_expensive_invariant_code_motion_test.cc78 HloComputation* while_body = m->GetComputationWithName("wide.body"); in TEST_F() local
100 HloComputation* while_body = m->GetComputationWithName("wide.body"); in TEST_F() local
184 HloComputation* while_body = m->GetComputationWithName("wide.body"); in TEST_F() local
234 HloComputation* while_body = m->GetComputationWithName("wide.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.cc111 auto* while_body = while_op->while_body(); in GetAuxiliaryLoopInductionVars() local
281 auto* while_body = while_op->while_body(); in GetLoopInductionVarTupleIdx() local
403 auto* while_body = while_op->while_body(); in PatternMatchLoopTripCount() local
517 auto* while_body = while_op->while_body(); in ComputeWhileLoopTripCount() local
602 auto* while_body = while_op->while_body(); in ComputeWhileLoopTripCountUpperBound() local
Droot_instruction_sinker_test.cc57 auto while_body = in TEST_F() local
103 auto while_body = in TEST_F() local
Dwhile_loop_simplifier.cc64 HloComputation* while_body = while_op->while_body(); in RemoveDeadTupleIndices() local
239 HloComputation* while_body = while_op->while_body(); in TryRemoveDeadWhileParams() local
475 HloComputation* while_body = while_op->while_body(); in TryRemoveRepeatedWhileTupleIndicesHelper() local
537 HloComputation* while_body = while_op->while_body(); in TryRemoveRepeatedWhileTupleIndices() local
632 auto* while_body = while_op->while_body(); in TryRemoveConstantParams() local
867 auto while_body = while_op->while_body(); in TryPropagateConstant() local
1001 auto* while_body = while_op->while_body(); in TryFlattenNestedTuples() local
1132 auto* while_body = while_op->while_body(); in TryMergeInductionVariables() local
Dwhile_loop_invariant_code_motion.cc46 HloComputation* while_body = while_instr->while_body(); in CreateLoopInvariantCopy() local
159 HloComputation* while_body = while_instr->while_body(); in TryHoistingInvariantInstructionsFromWhileBody() local
Dwhile_loop_expensive_invariant_code_motion.cc58 HloComputation* while_body = while_instr->while_body(); in CreateLoopInvariantCopy() local
144 HloComputation* while_body = while_instr->while_body(); in TryHoistingInvariantInstructionsFromWhileBody() local
Dwhile_loop_all_reduce_code_motion.cc159 HloInstruction* all_reduce, HloComputation* while_body, in IsAllReduceMovable()
278 HloComputation* while_body) -> BufferTupleIndex { in IsAllReduceMovable()
464 HloComputation* while_body) -> MovableAllReduceContext { in IsAllReduceMovable()
Dwhile_loop_constant_sinking.cc70 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
219 auto* while_body = while_op->while_body(); in TEST_F() local
Dwhile_util_test.cc162 HloComputation* while_body = module->GetComputationWithName("body"); in TEST_F() local
Dwhile_util.cc303 const HloComputation& while_body) { in GetInvariantGTEsForWhileBody()
Dmemory_space_assignment.cc1177 HloComputation* while_body = use.instruction->while_body(); in IsUseAllowedInAlternateMemory() local
1737 HloComputation* while_body = hlo_use.instruction->while_body(); in AllocateAllocationValues() local
3760 HloComputation* while_body = calling_instruction_->while_body(); in PostProcess() local
Dsharding_propagation.cc865 HloComputation* while_body = while_instruction->while_body(); in CheckAndUpdateDeviceAssignmentsInWhileBody() local
Dhlo_verifier.cc2398 auto* while_body = xla_while->while_body(); in HandleWhile() local
Dhlo_evaluator.cc467 HloComputation* while_body = while_op->while_body(); in PatternMatchParseWhileLoop() local
Dhlo_instruction.cc2834 HloComputation* HloInstruction::while_body() const { in while_body() function in xla::HloInstruction
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dconvert_control_to_data_outputs.cc376 func::FuncOp while_body, SmallVectorImpl<TF::WhileOp>& while_callers, in ConvertControlToDataOutputs()
476 func::FuncOp while_body = entry.getFirst(); in runOnOperation() local
/external/tensorflow/tensorflow/python/ops/parallel_for/
Dcontrol_flow_ops.py69 def while_body(i, *ta_list): function
Dpfor.py1087 def while_body(i, *ta_list): function
2017 def while_body(i, ta): function
/external/tensorflow/tensorflow/python/compiler/xla/
Dxla_test.py160 def while_body(i): function
/external/tensorflow/tensorflow/compiler/xla/tools/
Dhlo_control_flow_flattening_test.cc788 auto* while_body = outer_while->while_body(); in TEST_F() local