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

1 2 3 4

  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_CountUpTo.pbtxt 20 'OutOfRange' error.
api_def_ResourceCountUpTo.pbtxt 20 'OutOfRange' error.
api_def_QueueDequeueUpTo.pbtxt 42 elements remaining, then instead of returning an OutOfRange error like
45 an OutOfRange error is returned just like in QueueDequeueMany.
api_def_QueueDequeueUpToV2.pbtxt 44 elements remaining, then instead of returning an OutOfRange error like
47 an OutOfRange error is returned just like in QueueDequeueMany.
api_def_OneShotIterator.pbtxt 30 iterator will always produce an `OutOfRange` error.
api_def_QueueDequeueMany.pbtxt 39 OutOfRange error is returned.
api_def_QueueDequeueManyV2.pbtxt 41 OutOfRange error is returned.
  /external/tensorflow/tensorflow/core/lib/io/
inputstream_interface_test.cc 33 return errors::OutOfRange("limit reached");
60 // Skipping past end of the file causes OutOfRange error.
random_inputstream.cc 55 return errors::OutOfRange("reached end of file");
90 return errors::OutOfRange("reached end of file");
inputbuffer.h 93 // If end of file is reached while reading, OutOfRange error is returned.
116 if (offset == nullptr) return errors::OutOfRange("Parsed past limit.");
130 if (offset == nullptr) return errors::OutOfRange("Parsed past limit.");
zlib_inputstream.cc 108 // We throw OutOfRange error iff no new data has been read from stream.
112 // OutOfRange error.
114 return errors::OutOfRange("EOF reached");
record_reader.cc 106 return errors::OutOfRange("eof");
130 return errors::OutOfRange("eof");
148 return errors::OutOfRange("eof");
zlib_inputstream.h 106 // Returns OutOfRange error if NO data could be read from stream. Note that
107 // this won't return an OutOfRange if there wasn't sufficient data in stream
  /art/cmdline/
cmdline_parse_result.h 64 // Create an error result with the OutOfRange error and the specified message.
65 static CmdlineParseResult<T> OutOfRange(const std::string& message) {
69 // Create an error result with the OutOfRange code and a custom message
72 static CmdlineParseResult<T> OutOfRange(const T& value,
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m32r/
error.exp 27 dg-runtest "$srcdir/$subdir/outofrange.s" "" ""
  /external/tensorflow/tensorflow/c/
python_api.cc 56 status->status = tensorflow::errors::OutOfRange(
67 status->status = tensorflow::errors::OutOfRange(
  /external/tensorflow/tensorflow/core/framework/
reader_interface.h 48 // *context with an OutOfRange Status if the current work is
56 // *context with an OutOfRange Status if the current work is
  /external/tensorflow/tensorflow/core/kernels/
count_up_to_op.cc 42 context->SetStatus(errors::OutOfRange("Reached limit of ", limit_));
80 context->SetStatus(errors::OutOfRange("Reached limit of ", limit_));
decode_compressed_op.cc 47 s = errors::OutOfRange("reached end of file");
lookup_util.h 78 status_ = errors::OutOfRange("No more data.");
  /external/tensorflow/tensorflow/python/framework/
test_file_system.cc 28 s = errors::OutOfRange("EOF");
  /external/tensorflow/tensorflow/core/lib/io/snappy/
snappy_inputbuffer.cc 181 // We throw OutOfRange error iff no new data has been read from file.
185 // OutOfRange error.
187 return errors::OutOfRange("EOF reached");
snappy_inputbuffer.h 74 // Returns OutOfRange error if NO data could be read from file. Note that this
75 // won't return an OutOfRange if there wasn't sufficient data in file to
  /external/webrtc/webrtc/modules/audio_coding/test/
utility.cc 111 bool outOfRange = false;
119 outOfRange = true;
121 } while (outOfRange);
  /external/tensorflow/tensorflow/core/lib/core/
errors.h 78 DECLARE_ERROR(OutOfRange, OUT_OF_RANGE)

Completed in 1035 milliseconds

1 2 3 4