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

<<31323334353637383940>>

  /external/tensorflow/tensorflow/core/kernels/
lookup_table_init_op.cc 30 #include "tensorflow/core/lib/core/errors.h"
63 errors::InvalidArgument("Keys must be a vector, but received shape",
69 errors::InvalidArgument("Values must be a vector, but received shape",
73 errors::InvalidArgument(
112 errors::InvalidArgument("delimiter should be only 1 char"));
132 errors::InvalidArgument("filename should be a single string, but got ",
137 errors::InvalidArgument("filename cannot be empty."));
one_hot_op.cc 63 errors::InvalidArgument("Expected axis to be -1 or between [0, ",
66 errors::InvalidArgument("depth must be a scalar, but got: ",
69 errors::InvalidArgument("on_value must be a scalar, but got: ",
72 errors::InvalidArgument("off_value must be a scalar, but got: ",
81 errors::InvalidArgument("depth must be non-negative, got: ", depth_v));
85 errors::InvalidArgument("OneHot result would have shape ",
sparse_dense_binary_op_shared.cc 70 errors::InvalidArgument(
76 errors::InvalidArgument(
82 errors::InvalidArgument(
101 errors::InvalidArgument(
141 errors::InvalidArgument("Provided indices are out-of-bounds w.r.t. " \
156 errors::InvalidArgument("Only tensors with ranks between 1 and 5 "
sparse_tensor_dense_add_op.cc 38 return errors::InvalidArgument(
44 return errors::InvalidArgument(
51 return errors::InvalidArgument(
58 return errors::InvalidArgument(
102 errors::InvalidArgument( \
115 errors::InvalidArgument("Only tensors with ranks between 1 and 5 "
sparse_to_dense_op.cc 55 errors::InvalidArgument(
66 errors::InvalidArgument("output_shape should be a vector, got shape ",
69 errors::InvalidArgument(
79 errors::InvalidArgument("sparse_values has incorrect shape ",
86 errors::InvalidArgument("default_value should be a scalar."));
131 errors::InvalidArgument(
summary_op.cc 27 #include "tensorflow/core/lib/core/errors.h"
47 errors::InvalidArgument(
86 errors::InvalidArgument("tags must be scalar"));
93 errors::InvalidArgument("Nan in summary histogram for: ", name()));
96 c->SetStatus(errors::InvalidArgument(
144 c->SetStatus(errors::InvalidArgument(
154 c->SetStatus(errors::InvalidArgument(strings::StrCat(
  /external/tensorflow/tensorflow/core/lib/strings/
base64.cc 20 #include "tensorflow/core/lib/core/errors.h"
67 return errors::InvalidArgument("Invalid character found in base64.");
78 return errors::Internal("'decoded' cannot be nullptr.");
94 return errors::ResourceExhausted(
121 return errors::InvalidArgument(
145 return errors::Internal("'encoded' cannot be nullptr.");
153 return errors::ResourceExhausted(
  /external/valgrind/memcheck/tests/
addressable.stderr.exp 9 For counts of detected and suppressed errors, rerun with: -v
10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
38 For counts of detected and suppressed errors, rerun with: -v
39 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
47 For counts of detected and suppressed errors, rerun with: -v
48 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
61 For counts of detected and suppressed errors, rerun with: -v
62 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
80 For counts of detected and suppressed errors, rerun with: -v
82 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/encodings/
hp_roman8.py 16 def encode(self,input,errors='strict'):
17 return codecs.charmap_encode(input,errors,encoding_map)
19 def decode(self,input,errors='strict'):
20 return codecs.charmap_decode(input,errors,decoding_map)
24 return codecs.charmap_encode(input,self.errors,encoding_map)[0]
28 return codecs.charmap_decode(input,self.errors,decoding_map)[0]
  /prebuilts/gdb/linux-x86/lib/python2.7/encodings/
hp_roman8.py 16 def encode(self,input,errors='strict'):
17 return codecs.charmap_encode(input,errors,encoding_map)
19 def decode(self,input,errors='strict'):
20 return codecs.charmap_decode(input,errors,decoding_map)
24 return codecs.charmap_encode(input,self.errors,encoding_map)[0]
28 return codecs.charmap_decode(input,self.errors,decoding_map)[0]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue20298.go 8 // This test works by limiting the number of errors (-e=0)
9 // and checking that the errors are all at the beginning.
23 "math/big" // ERROR "imported and not used" "too many errors"
  /prebuilts/go/linux-x86/test/fixedbugs/
issue20298.go 8 // This test works by limiting the number of errors (-e=0)
9 // and checking that the errors are all at the beginning.
23 "math/big" // ERROR "imported and not used" "too many errors"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
hp_roman8.py 16 def encode(self,input,errors='strict'):
17 return codecs.charmap_encode(input,errors,encoding_map)
19 def decode(self,input,errors='strict'):
20 return codecs.charmap_decode(input,errors,decoding_map)
24 return codecs.charmap_encode(input,self.errors,encoding_map)[0]
28 return codecs.charmap_decode(input,self.errors,decoding_map)[0]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
hp_roman8.py 16 def encode(self,input,errors='strict'):
17 return codecs.charmap_encode(input,errors,encoding_map)
19 def decode(self,input,errors='strict'):
20 return codecs.charmap_decode(input,errors,decoding_map)
24 return codecs.charmap_encode(input,self.errors,encoding_map)[0]
28 return codecs.charmap_decode(input,self.errors,decoding_map)[0]
  /external/google-breakpad/src/testing/gtest/test/
gtest_xml_output_unittest.py 60 <testsuites tests="23" failures="4" disabled="2" errors="0" time="*" timestamp="*" name="AllTests">
61 <testsuite name="SuccessfulTest" tests="1" failures="0" disabled="0" errors="0" time="*">
64 <testsuite name="FailedTest" tests="1" failures="1" disabled="0" errors="0" time="*">
71 <testsuite name="MixedResultTest" tests="3" failures="1" disabled="1" errors="0" time="*">
83 <testsuite name="XmlQuotingTest" tests="1" failures="1" disabled="0" errors="0" time="*">
90 <testsuite name="InvalidCharactersTest" tests="1" failures="1" disabled="0" errors="0" time="*">
97 <testsuite name="DisabledTest" tests="1" failures="0" disabled="1" errors="0" time="*">
100 <testsuite name="PropertyRecordingTest" tests="4" failures="0" disabled="0" errors="0" time="*">
106 <testsuite name="NoFixtureTest" tests="3" failures="0" disabled="0" errors="0" time="*">
111 <testsuite name="Single/ValueParamTest" tests="4" failures="0" disabled="0" errors="0" time="*"
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/lio_listio/
12-1.c 46 int errors = 0; local
109 errors++;
119 if (errors != 0)
  /external/python/cpython3/Modules/clinic/
_pickle.c.h 256 "Unpickler(file, *, fix_imports=True, encoding=\'ASCII\', errors=\'strict\')\n"
271 "Optional keyword arguments are *fix_imports*, *encoding* and *errors*,\n"
275 "*encoding* and *errors* tell pickle how to decode 8-bit string\n"
283 const char *errors);
289 static const char * const _keywords[] = {"file", "fix_imports", "encoding", "errors", NULL};
294 const char *errors = "strict"; local
297 &file, &fix_imports, &encoding, &errors)) {
300 return_value = _pickle_Unpickler___init___impl((UnpicklerObject *)self, file, fix_imports, encoding, errors);
461 " errors=\'strict\')\n"
479 "Optional keyword arguments are *fix_imports*, *encoding* and *errors*,\n
504 const char *errors = "strict"; local
552 const char *errors = "strict"; local
    [all...]
  /external/skia/tools/
check-headers-self-sufficient 126 # Returns a string containing errors, or None iff there are no errors.
136 errors = proc.stdout.read().strip()
137 if proc.wait() != 0 or len(errors) > 0:
138 return '\n\033[7m ERROR: %s \033[0m\n%s\n\n' % (header, errors)
  /external/skqp/tools/
check-headers-self-sufficient 127 # Returns a string containing errors, or None iff there are no errors.
137 errors = proc.stdout.read().strip()
138 if proc.wait() != 0 or len(errors) > 0:
139 return '\n\033[7m ERROR: %s \033[0m\n%s\n\n' % (header, errors)
  /external/tensorflow/tensorflow/compiler/jit/
create_xla_launch_op.cc 43 return errors::InvalidArgument("No ", kXlaCompileAttr, " for ", ndef.op());
49 return errors::InvalidArgument("Not compilable: ", ndef.ShortDebugString());
65 return errors::InvalidArgument("Const arg: ", i, " in ",
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
categorical_op.cc 42 errors::InvalidArgument("logits should be a matrix, got shape ",
45 errors::InvalidArgument(
52 errors::InvalidArgument("logits.shape = ", logits_shape.DebugString(),
index_ops.cc 42 errors::InvalidArgument(
54 errors::InvalidArgument("Expected dimension in the range [", -input_dims,
59 errors::InvalidArgument("Reduction axis ", dim, " is empty in shape ",
  /external/tensorflow/tensorflow/contrib/data/python/kernel_tests/
get_single_element_test.py 24 from tensorflow.python.framework import errors
48 with self.assertRaisesRegexp(errors.InvalidArgumentError,
52 with self.assertRaisesRegexp(errors.InvalidArgumentError,
  /external/tensorflow/tensorflow/contrib/image/kernels/
adjust_hsv_in_yiq_op_gpu.cu.cc 51 OP_REQUIRES(ctx, cu_stream, errors::Internal("No GPU stream available."));
70 OP_REQUIRES(ctx, stream, errors::Internal("No GPU stream available."));
78 ctx->SetStatus(errors::Internal("Blas SGEMM launch failed : m=", m,
  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_stream_util.cc 24 #include "tensorflow/core/lib/core/errors.h"
37 status.Update(errors::InvalidArgument("Bad graph argument supplied."));
40 errors::InvalidArgument("Bad node_to_stream_id argument supplied."));
46 status.Update(errors::InvalidArgument("Bad graph argument supplied."));

Completed in 1255 milliseconds

<<31323334353637383940>>