Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator.cc599 std::optional<int64_t> rhs_induction_var_update; in PatternMatchParseWhileLoop() local
601 rhs_induction_var_update = PatternMatchInductionVarUpdate( in PatternMatchParseWhileLoop()
609 if (rhs_induction_var_update.has_value() && in PatternMatchParseWhileLoop()
610 *rhs_induction_var_update != 0) { in PatternMatchParseWhileLoop()
658 if (rhs_induction_var_update.has_value()) { in PatternMatchParseWhileLoop()
665 if (*rhs_induction_var_update > 0 && in PatternMatchParseWhileLoop()
670 *rhs_induction_var_update + in PatternMatchParseWhileLoop()
674 *rhs_induction_var_update == in PatternMatchParseWhileLoop()
682 /*step_size=*/*rhs_induction_var_update, in PatternMatchParseWhileLoop()
684 } else if (*rhs_induction_var_update < 0 && in PatternMatchParseWhileLoop()
[all …]