/external/tensorflow/tensorflow/contrib/libsvm/kernels/ |
decode_libsvm_op.cc | 20 #include "tensorflow/core/lib/core/errors.h" 32 errors::InvalidArgument("Invalid number of features \"", 54 errors::InvalidArgument("No label found for input[", i, 60 errors::InvalidArgument("Label format incorrect: ", piece)); 68 errors::InvalidArgument("Invalid feature \"", piece, "\"")); 73 errors::InvalidArgument("Feature format incorrect: ", piece)); 75 errors::InvalidArgument( 84 errors::InvalidArgument("Feature format incorrect: ", piece));
|
/external/tensorflow/tensorflow/core/kernels/ |
conv_grad_ops.cc | 35 #include "tensorflow/core/lib/core/errors.h" 63 return errors::InvalidArgument( 105 return errors::InvalidArgument(label, ": input must be ", num_dims, 109 return errors::InvalidArgument(label, ": filter must be ", num_dims, 113 return errors::InvalidArgument(label, ": out_backprop must be ", num_dims, 119 return errors::InvalidArgument( 131 return errors::InvalidArgument( 136 return errors::InvalidArgument(
|
sparse_add_op.cc | 40 errors::InvalidArgument( 53 errors::InvalidArgument( 61 errors::InvalidArgument("Expected ", a_nnz, " and ", b_nnz, 70 errors::InvalidArgument( 76 errors::InvalidArgument( 83 errors::InvalidArgument( 90 errors::InvalidArgument(
|
concat_op.cc | 61 errors::InvalidArgument( 77 errors::InvalidArgument( 99 errors::InvalidArgument( 109 errors::InvalidArgument( 266 errors::InvalidArgument( 272 errors::InvalidArgument("input ", i, 301 errors::InvalidArgument("Concat dim is out of range: ", cdim, 308 errors::InvalidArgument("input ", i, " should contain ", dims, 320 errors::InvalidArgument(
|
pooling_ops_3d.cc | 31 #include "tensorflow/core/lib/core/errors.h" 60 errors::InvalidArgument("tensor_in must be 4-dimensional")); 81 errors::Unimplemented( 137 errors::InvalidArgument("Invalid data format")); 141 errors::InvalidArgument("Default Pooling3DOp only supports NDHWC ", 147 errors::InvalidArgument("Sliding window ksize field must " 151 errors::InvalidArgument("Sliding window stride field must " 157 errors::Unimplemented( 162 errors::Unimplemented( 170 errors::InvalidArgument("tensor_in must be 5-dimensional")) [all...] |
scatter_op.cc | 58 errors::FailedPrecondition("Null ref for params")); 60 errors::InvalidArgument("params must be at least 1-D, got shape ", 64 errors::InvalidArgument( 107 errors::InvalidArgument("indices has too many elements for ", 114 errors::InvalidArgument("params.shape[0] too large for ", 132 errors::InvalidArgument( 171 errors::InvalidArgument("indices has too many elements for ", 178 errors::InvalidArgument("params.shape[0] too large for ", 205 errors::InvalidArgument(
|
tensor_array_ops.cc | 36 #include "tensorflow/core/lib/core/errors.h" 63 return errors::InvalidArgument( 80 if (rm == nullptr) return errors::Internal("No resource manager."); 117 OP_REQUIRES(ctx, rm != nullptr, errors::Internal("No resource manager.")); 187 return errors::InvalidArgument( 193 return errors::InvalidArgument("Size should be >= 0."); 283 return errors::InvalidArgument( 292 return errors::InvalidArgument("Wrong input container. ", 319 return errors::InvalidArgument("ArraySize should be >= 0."); 322 return errors::InvalidArgument [all...] |
transpose_op.cc | 51 errors::InvalidArgument("invert_permutation expects a 1D vector.")); 55 errors::InvalidArgument("permutation of nonnegative int32s " 66 errors::InvalidArgument(d, " is not between 0 and ", N)); 68 errors::InvalidArgument(d, " is duplicated in the input.")); 115 return errors::InvalidArgument("transpose expects a vector of size ", dims, 149 errors::InvalidArgument("perm must be a vector, not ", 170 errors::InvalidArgument(d, " is out of range [0 .. ", dims, ")")); 181 errors::InvalidArgument(i, " is missing from {", 193 errors::Unknown("Error reshaping Tensor."));
|
/external/tensorflow/tensorflow/core/kernels/neon/ |
neon_depthwise_conv_op.cc | 48 errors::InvalidArgument("Sliding window strides field must " 51 errors::InvalidArgument( 56 errors::InvalidArgument("Current implementation does not yet support " 67 errors::InvalidArgument("input must be 4-dimensional", 70 errors::InvalidArgument("filter must be 4-dimensional: ", 75 errors::InvalidArgument( 102 errors::InvalidArgument("Output elements too large for NEON kernel"));
|
/external/tensorflow/tensorflow/python/data/kernel_tests/ |
list_files_dataset_op_test.py | 27 from tensorflow.python.framework import errors 49 with self.assertRaises(errors.OutOfRangeError): 67 with self.assertRaises(errors.OutOfRangeError): 80 with self.assertRaises(errors.OutOfRangeError): 105 with self.assertRaises(errors.OutOfRangeError): 129 with self.assertRaises(errors.OutOfRangeError): 154 with self.assertRaises(errors.OutOfRangeError):
|
/prebuilts/go/darwin-x86/src/go/parser/ |
interface.go | 11 "errors" 44 return nil, errors.New("invalid source") 60 DeclarationErrors // report declaration errors 62 AllErrors = SpuriousErrors // report all errors (not just the first 10 on different lines) 80 // errors were found, the result is a partial AST (with ast.Bad* nodes 81 // representing the fragments of erroneous source code). Multiple errors 115 p.errors.Sort() 116 err = p.errors.Err() 199 p.errors.Sort() 200 err = p.errors.Err( [all...] |
/prebuilts/go/linux-x86/src/go/parser/ |
interface.go | 11 "errors" 44 return nil, errors.New("invalid source") 60 DeclarationErrors // report declaration errors 62 AllErrors = SpuriousErrors // report all errors (not just the first 10 on different lines) 80 // errors were found, the result is a partial AST (with ast.Bad* nodes 81 // representing the fragments of erroneous source code). Multiple errors 115 p.errors.Sort() 116 err = p.errors.Err() 199 p.errors.Sort() 200 err = p.errors.Err( [all...] |
/test/vti/test_serving/gae/webapp/src/handlers/ |
base.py | 29 import errors 51 raise errors.Error(httplib.FORBIDDEN) 97 elif isinstance(exception, errors.FormValidationError): 100 resp_dict['errors'] = exception.errors 101 self.session['form_errors'] = exception.errors 106 resp_dict['errors'] = exception.json_body['error']['message'] 111 elif isinstance(exception, (errors.Error, errors.AclError)):
|
/tools/acloud/internal/lib/ |
android_compute_client.py | 47 from acloud.public import errors 113 errors.DriverError: if check fails. 117 raise errors.DriverError( 182 raise errors.DriverError( 185 raise errors.DriverError( 237 errors.DriverError if the public key file does not exist 242 raise errors.DriverError( 295 except errors.HttpError as e: 309 timeout_exception = errors.DeviceBootTimeoutError( 343 errors.DriverError: For malformed response [all...] |
base_cloud_client.py | 27 from apiclient import errors as gerrors 34 from acloud.public import errors 112 if isinstance(exception, errors.HttpError): 121 list(other_retriable_errors) + [errors.HttpError], str(exception)) 131 gerrors.HttpError will be translated to errors.HttpError. 132 If the error code is errors.HTTP_NOT_FOUND_CODE, it will 133 be translated to errors.ResourceNotFoundError. 138 exception = errors.HttpError.CreateFromHttpError(exception) 139 if exception.code == errors.HTTP_NOT_FOUND_CODE: 140 exception = errors.ResourceNotFoundError(exception.code [all...] |
/external/boringssl/src/ssl/test/runner/ |
sign.go | 17 "errors" 52 return 0, errors.New("tls: no common signature algorithms") 73 return errors.New("tls: unsupported signature algorithm") 111 return nil, errors.New("invalid key type for RSA-PKCS1") 120 return errors.New("invalid key type for RSA-PKCS1") 169 return nil, errors.New("invalid key type for ECDSA") 172 return nil, errors.New("invalid curve for ECDSA") 181 return nil, errors.New("failed to sign ECDHE parameters: " + err.Error()) 192 return errors.New("invalid key type for ECDSA") 195 return errors.New("invalid curve for ECDSA" [all...] |
/external/python/cpython3/Python/ |
codecs.c | 234 const char *errors) 238 args = PyTuple_New(1 + (errors != NULL)); 243 if (errors) { 246 v = PyUnicode_FromString(errors); 276 const char *errors, 284 if (errors) 285 ret = PyObject_CallFunction(inccodec, "s", errors); 294 const char *errors, 302 ret = codec_makeincrementalcodec(codec_info, errors, attrname); 312 const char *errors, [all...] |
/external/tensorflow/tensorflow/core/framework/ |
resource_mgr.cc | 21 #include "tensorflow/core/lib/core/errors.h" 62 return errors::InvalidArgument( 75 return errors::AlreadyExists("Duplicate hash code found for type ", 153 return errors::AlreadyExists("Resource ", container, "/", name, "/", 163 return errors::NotFound("Container ", container, 169 return errors::NotFound("Resource ", container, "/", name, "/", type.name(), 185 return errors::NotFound("Container ", container, " does not exist."); 189 return errors::NotFound("Resource ", container, "/", resource_name, "/", 246 return errors::InvalidArgument("container contains invalid characters: ", 252 return errors::InvalidArgument("shared_name cannot start with '_':" [all...] |
/external/tensorflow/tensorflow/core/graph/ |
subgraph.cc | 33 #include "tensorflow/core/lib/core/errors.h" 69 return errors::NotFound("FeedInputs: unable to find feed output ", t); 74 return errors::InvalidArgument( 173 return errors::NotFound("PruneForTargets: Some target nodes not found: ", 204 return errors::NotFound("FetchOutputs node ", t, ": not found"); 212 return errors::InvalidArgument( 220 return errors::InvalidArgument("FetchOutputs ", t, 272 return errors::InvalidArgument( 280 return errors::InvalidArgument("Endpoint \"", endpoint_name, 287 return errors::InvalidArgument(fetch, " is both fed and fetched.") [all...] |
/toolchain/binutils/binutils-2.27/gold/ |
errors.cc | 0 // errors.cc -- handle errors for gold 32 #include "errors.h" 37 // Class Errors. 39 const int Errors::max_undefined_error_report; 41 Errors::Errors(const char* program_name) 54 Errors::initialize_lock() 62 Errors::increment_counter(int *counter) 79 Errors::fatal(const char* format, va_list args [all...] |
/development/testrunner/coverage/ |
coverage_targets.py | 24 import errors 61 errors.ParseError if file_path cannot be parsed 68 raise errors.ParseError 71 raise errors.ParseError
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
backtracking.rb | 48 * as errors within the function itself don't make it fail 49 * to predict that it's a function. Weird errors previously. 51 * because it makes debugging, actions, and errors harder.
|
/external/deqp/external/vulkancts/scripts/ |
verify_submission.py | 88 errors = [m for m in messages if m.type == ValidationMessage.TYPE_ERROR] 96 if len(errors) > 0: 97 print "Found %d validation errors and %d warnings!" % (len(errors), len(warnings))
|
/external/icu/icu4c/source/i18n/ |
regexcst.pl | 194 $errors++; 198 $errors++; 202 die if ($errors>0);
|
/external/junit-params/src/main/java/junitparams/ |
JUnitParamsRunner.java | 402 protected void collectInitializationErrors(List<Throwable> errors) { 403 super.validateFields(errors); 404 for (Throwable throwable : errors)
|