Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_batch_gather_with_default_op.py89 upper_bounds = None
114 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)
/external/v8/src/compiler/
Dloop-variable-optimizer.cc287 if (induction_var->upper_bounds().size() == 0 && in ChangeToInductionVariablePhis()
300 for (auto bound : induction_var->upper_bounds()) { in ChangeToInductionVariablePhis()
Dloop-variable-optimizer.h38 const ZoneVector<Bound>& upper_bounds() { return upper_bounds_; } in upper_bounds() function
Dtyper.cc795 for (auto bound : induction_var->upper_bounds()) { in TypeInductionVariablePhi()
/external/googletest/googlemock/docs/
DCheatSheet.md257 …g. `Pointwise(Le(), upper_bounds)` verifies that each element in `argument` doesn't exceed the cor…