HomeSort by relevance Sort by last modified time
    Searched refs:errors (Results 2376 - 2400 of 5875) sorted by null

<<919293949596979899100>>

  /external/tensorflow/tensorflow/core/kernels/
matrix_set_diag_op.cc 57 errors::InvalidArgument(
69 errors::InvalidArgument(
pack_op.cc 60 errors::InvalidArgument(
71 errors::InvalidArgument("axis = ", axis_, " not in [",
reverse_op.cc 117 errors::InvalidArgument("%s has unexpected size of %d bytes",
168 errors::InvalidArgument("'dims' must be 1-dimension, not ",
173 errors::InvalidArgument(
178 errors::Unimplemented(
248 errors::InvalidArgument("'dims' must be 1-dimension, not ",
255 errors::InvalidArgument("'axis'[", dummy, "] = ", axis,
259 errors::InvalidArgument("axis ", canonical_axis,
265 errors::Unimplemented(
self_adjoint_eig_v2_op_gpu.cc 32 #include "tensorflow/core/lib/core/errors.h"
53 errors::InvalidArgument("Input must have rank >= 2, got ", ndims),
58 errors::InvalidArgument("Input matrices must be squares, got",
string_split_op.cc 23 #include "tensorflow/core/lib/core/errors.h"
64 errors::InvalidArgument("input must be a vector, got shape: ",
74 errors::InvalidArgument("delimiter must scalar, got shape: ",
unravel_index_op.cc 45 errors::InvalidArgument(
52 errors::InvalidArgument("The indices can only be 1-D, got \"",
xent_op.cc 45 errors::InvalidArgument(
50 errors::InvalidArgument("logits must be 2-dimensional"));
  /external/tensorflow/tensorflow/core/ops/
audio_ops.cc 40 return errors::InvalidArgument("channels must be non-negative, got ",
52 return errors::InvalidArgument("samples must be non-negative, got ",
state_ops.cc 242 return errors::InvalidArgument("Handle has no shape/type information.");
248 return errors::InvalidArgument(
  /external/tensorflow/tensorflow/core/platform/cloud/
curl_http_request.cc 20 #include "tensorflow/core/lib/core/errors.h"
226 return errors::InvalidArgument("Couldn't open the specified file: " +
450 result = errors::Unavailable(error_message);
466 result = errors::InvalidArgument(error_message);
477 result = errors::PermissionDenied(extended_error_message);
479 result = errors::PermissionDenied(error_message);
486 result = errors::NotFound(error_message);
499 result = errors::FailedPrecondition(error_message);
510 result = errors::Unavailable(error_message);
  /external/tensorflow/tensorflow/core/platform/windows/
env.cc 133 return errors::NotFound(file_name + " not found");
145 return errors::NotFound(std::string(symbol_name) + " not found");
  /external/tensorflow/tensorflow/core/util/
tensor_slice_writer.cc 21 #include "tensorflow/core/lib/core/errors.h"
56 s = errors::Internal("Error writing (tmp) checkpoint file: ", name_, ": ",
187 return errors::InvalidArgument(
  /external/tensorflow/tensorflow/examples/speech_commands/
accuracy_utils.cc 31 return tensorflow::errors::NotFound("Ground truth file '", file_name,
43 return tensorflow::errors::InvalidArgument(
  /external/tensorflow/tensorflow/python/kernel_tests/
bincount_op_test.py 23 from tensorflow.python.framework import errors
97 with self.assertRaises(errors.InvalidArgumentError):
  /external/valgrind/drd/tests/
annotate_hb_err.stderr.exp 25 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
annotate_ignore_write2.stderr.exp 24 ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
hg04_race.stderr.exp 24 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
hg05_race2.stderr.exp 24 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
hold_lock_1.stderr.exp 27 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
tc21_pthonce.stderr.exp 24 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
  /external/valgrind/helgrind/tests/
tc01_simple_race.stderr.exp 42 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
tc05_simple_race.stderr.exp 42 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
tc10_rec_lock.stderr.exp 38 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
tc14_laog_dinphils.stderr.exp 39 ERROR SUMMARY: 1000 errors from 1 contexts (suppressed: 0 from 0)
tc16_byterace.stderr.exp 42 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)

Completed in 989 milliseconds

<<919293949596979899100>>