HomeSort by relevance Sort by last modified time
    Searched refs:upper_bounds (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/python/ops/ragged/
ragged_batch_gather_with_default_op.py 89 upper_bounds = None
101 # - create an `upper_bounds` Tensor that contains the number of elements
102 # in each innermost rank. Broadcast `upper_bounds` to be the same shape
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/
loop-variable-optimizer.h 38 const ZoneVector<Bound>& upper_bounds() { return upper_bounds_; } function in class:v8::internal::compiler::InductionVariable
loop-variable-optimizer.cc 287 if (induction_var->upper_bounds().size() == 0 &&
300 for (auto bound : induction_var->upper_bounds()) {
typer.cc 795 for (auto bound : induction_var->upper_bounds()) {
    [all...]

Completed in 200 milliseconds