Home
last modified time | relevance | path

Searched defs:while_cond (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dwhile_loop_simplifier.cc63 HloComputation* while_cond = while_op->while_condition(); in RemoveDeadTupleIndices() local
238 HloComputation* while_cond = while_op->while_condition(); in TryRemoveDeadWhileParams() local
474 HloComputation* while_cond = while_op->while_condition(); in TryRemoveRepeatedWhileTupleIndicesHelper() local
536 HloComputation* while_cond = while_op->while_condition(); in TryRemoveRepeatedWhileTupleIndices() local
633 auto* while_cond = while_op->while_condition(); in TryRemoveConstantParams() local
1002 auto* while_cond = while_op->while_condition(); in TryFlattenNestedTuples() local
1133 auto* while_cond = while_op->while_condition(); in TryMergeInductionVariables() local
H A Dwhile_loop_analysis.cc263 auto* while_cond = while_op->while_condition(); in GetLoopInductionVarTupleIdx() local
417 auto* while_cond = while_op->while_condition(); in PatternMatchLoopTripCount() local
522 auto* while_cond = while_op->while_condition(); in ComputeWhileLoopTripCount() local
592 auto* while_cond = while_op->while_condition(); in ComputeWhileLoopTripCountUpperBound() local
H A Dhlo_rematerialization_test.cc155 HloComputation* while_cond = in TEST_F() local
191 HloComputation* while_cond = in TEST_F() local
223 HloComputation* while_cond = in TEST_F() local
H A Dwhile_loop_constant_sinking.cc69 HloComputation* while_cond = while_instr->while_condition(); in TrySinkingConstantsIntoWhileLoop() local
H A Dwhile_loop_simplifier_test.cc234 auto* while_cond = while_op->while_condition(); in TEST_F() local
H A Dhlo_verifier.cc2397 auto* while_cond = xla_while->while_condition(); in HandleWhile() local
H A Dhlo_evaluator.cc466 HloComputation* while_cond = while_op->while_condition(); in PatternMatchParseWhileLoop() local
/aosp_15_r20/external/python/pycparser/examples/
Dexplore_ast.py139 while_cond = while_stmt.cond variable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dconvert_control_to_data_outputs.cc436 func::FuncOp while_cond = while_op.cond_function(); in ConvertControlToDataOutputs() local