Searched refs:upper_bounds (Results 1 – 5 of 5) sorted by relevance
89 upper_bounds = None114 upper_bounds = math_ops.cast(row_lengths, indices.dtype)127 upper_bounds = params_shape[num_batch_dimensions]138 is_out_of_bounds = (indices < 0) | (indices > upper_bounds)
287 if (induction_var->upper_bounds().size() == 0 && in ChangeToInductionVariablePhis()300 for (auto bound : induction_var->upper_bounds()) { in ChangeToInductionVariablePhis()
38 const ZoneVector<Bound>& upper_bounds() { return upper_bounds_; } in upper_bounds() function
795 for (auto bound : induction_var->upper_bounds()) { in TypeInductionVariablePhi()
257 …g. `Pointwise(Le(), upper_bounds)` verifies that each element in `argument` doesn't exceed the cor…