Home
last modified time | relevance | path

Searched refs:induction_variable (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dwhile_transformer_test.cc44 auto induction_variable = in BuildConditionComputation() local
48 condition_result_shape_, induction_variable, limit_const, in BuildConditionComputation()
61 auto induction_variable = in BuildBodyComputation() local
67 induction_variable->shape(), HloOpcode::kAdd, induction_variable, inc)); in BuildBodyComputation()
73 ShapeUtil::MakeShape(F32, {}), induction_variable)); in BuildBodyComputation()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tools/
H A Dhlo_control_flow_flattening.cc195 HloInstruction* induction_variable = in FlattenWhileLoop() local
200 ShapeUtil::MakeShape(PRED, {}), induction_variable, limit, in FlattenWhileLoop()
214 HloInstruction* induction_variable = in FlattenWhileLoop() local
219 induction_variable = body->AddInstruction(HloInstruction::CreateBinary( in FlattenWhileLoop()
220 shape, HloOpcode::kAdd, induction_variable, increment)); in FlattenWhileLoop()
222 TupleUtil::AppendSuffix(old_root, {induction_variable}); in FlattenWhileLoop()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dcopy_insertion_test.cc349 auto induction_variable = in BuildConditionComputation() local
353 condition_result_shape_, induction_variable, limit_const, in BuildConditionComputation()
371 auto induction_variable = in BuildDependentBodyComputation() local
377 induction_variable->shape(), HloOpcode::kAdd, induction_variable, inc)); in BuildDependentBodyComputation()
384 HloInstruction::CreateConvert(f32_scalar_shape, induction_variable)); in BuildDependentBodyComputation()
412 auto induction_variable = in BuildDependentBodyComputation2() local
420 induction_variable->shape(), HloOpcode::kAdd, induction_variable, inc)); in BuildDependentBodyComputation2()
447 auto induction_variable = in BuildDependentBodyOneReadOnlyComputation() local
457 HloInstruction::CreateConvert(f32_scalar_shape, induction_variable)); in BuildDependentBodyOneReadOnlyComputation()
464 HloInstruction::CreateTuple({induction_variable, add1})); in BuildDependentBodyOneReadOnlyComputation()
[all …]
/aosp_15_r20/art/compiler/optimizing/
H A Dbounds_check_elimination.cc370 HPhi* induction_variable, in MonotonicValueRange() argument
377 induction_variable_(induction_variable), in MonotonicValueRange()