HomeSort by relevance Sort by last modified time
    Searched full:outofrange (Results 26 - 50 of 79) sorted by null

12 3 4

  /external/tensorflow/tensorflow/contrib/android/
asset_manager_filesystem.cc 101 return errors::OutOfRange("Read after file end.");
112 : errors::OutOfRange("Read less bytes than requested.");
  /external/tensorflow/tensorflow/docs_src/api_guides/python/
reading_data.md 377 times before generating an `OutOfRange` error. The QueueRunner will catch that
385 elements left) or fail (with an `OutOfRange` error) immediately. They won't
394 `OutOfRange` error. In this case, though, you might have multiple threads
396 QueueRunner, the `OutOfRange` error just causes the one thread to exit. This
401 threads hit the `OutOfRange` error, only then does the next queue, the example
411 try and dequeue from example queue, will start getting `OutOfRange` errors and
  /external/tensorflow/tensorflow/core/kernels/
priority_queue.cc 213 attempt->context->SetStatus(errors::OutOfRange(
304 // Return OutOfRange if closed and there are fewer elements
311 attempt->context->SetStatus(errors::OutOfRange(
fifo_queue.cc 170 attempt->context->SetStatus(errors::OutOfRange(
299 attempt->context->SetStatus(errors::OutOfRange(
extract_image_patches_op.cc 47 errors::OutOfRange(attr_name, " is out of range."));
initializable_lookup_table.h 94 // Status::OutOfRange.
reduce_join_op.cc 140 errors::OutOfRange("Invalid reduction dimension ", reduce_index,
random_shuffle_queue_op.cc 248 attempt->context->SetStatus(errors::OutOfRange(
376 attempt->context->SetStatus(errors::OutOfRange(
lookup_util.cc 118 status_ = errors::OutOfRange("Finished reading ", vocab_size_,
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
Interval.java 42 public static int outOfRange = 0;
  /external/tensorflow/tensorflow/core/kernels/data/
map_dataset_op.cc 148 // `f` may deliberately raise `errors::OutOfRange` to indicate
scan_dataset_op.cc 211 // `f` may deliberately raise `errors::OutOfRange` to indicate
cache_dataset_ops.cc 160 return errors::OutOfRange(
parallel_map_dataset_op.cc 319 result->status = errors::OutOfRange("");
  /external/tensorflow/tensorflow/core/lib/io/
buffered_inputstream.cc 117 // the file leading to an OutOfRange() status return. But we might have
recordio_test.cc 85 return errors::OutOfRange("end of file");
  /external/tensorflow/tensorflow/core/lib/io/snappy/
snappy_buffers_test.cc 186 errors::OutOfRange("EOF reached"));
  /external/tensorflow/tensorflow/contrib/training/python/training/
tensor_queue_dataset.py 138 while True: # Will raise OutOfRange when finished with all pieces.
  /external/tensorflow/tensorflow/python/training/
input.py 79 """Returns tensor `num_epochs` times and then raises an `OutOfRange` error.
91 tensor or `OutOfRange`.
134 `OutOfRange` error. If not specified, `input_producer` can cycle through
211 generating an `OutOfRange` error. If not specified,
275 OutOfRange error. If not specified, `range_input_producer` can cycle
314 an `OutOfRange` error. If not specified, `slice_input_producer` can cycle
    [all...]
  /art/cmdline/
README.md 200 return Result::OutOfRange(
cmdline_types.h 192 return Result::OutOfRange(
218 return CmdlineParseResult<T>::OutOfRange(
  /external/tensorflow/tensorflow/contrib/data/kernels/
prefetching_kernels.cc 340 ctx->SetStatus(errors::OutOfRange("end_of_sequence"));
  /external/tensorflow/tensorflow/core/platform/cloud/
file_block_cache.cc 191 return errors::OutOfRange("EOF at offset ", offset, " in file ", filename,
  /external/tensorflow/tensorflow/python/estimator/
estimator.py 311 or train until input_fn generates the `OutOfRange` error or
314 `OutOfRange` or `StopIteration` occurs in the middle, training stops
318 train forever or train until input_fn generates the `OutOfRange` error
320 `OutOfRange` or `StopIteration` occurs in the middle, training stops
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/PartitionDxe/
Gpt.c 371 PEntryStatus[Index].OutOfRange ||
722 PEntryStatus[Index1].OutOfRange = TRUE;

Completed in 799 milliseconds

12 3 4