/external/tensorflow/tensorflow/core/common_runtime/sycl/ |
sycl_device.cc | 55 return errors::InvalidArgument("Cannot parse tensor from proto: ", 66 return errors::ResourceExhausted( 96 return errors::Internal("Unknown error detected on device ", name());
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
worker_cache_partial.cc | 20 #include "tensorflow/core/lib/core/errors.h" 48 s = errors::Unavailable("No known remote device: ", device_name); 62 s = errors::InvalidArgument("Bad device name to RefreshDeviceStatus: ", 71 s = errors::Internal("RefreshDeviceStatus, unknown worker task: ", task);
|
/external/tensorflow/tensorflow/core/kernels/ |
bincount_op_gpu.cu.cc | 43 return errors::InvalidArgument( 73 return errors::Internal( 96 return errors::Internal(
|
parse_tensor_op.cc | 24 #include "tensorflow/core/lib/core/errors.h" 38 errors::InvalidArgument( 46 errors::InvalidArgument( 56 errors::InvalidArgument("Type mismatch between parsed tensor (",
|
sparse_reorder_op.cc | 41 errors::InvalidArgument( 47 errors::InvalidArgument( 53 errors::InvalidArgument(
|
text_line_reader_op.cc | 21 #include "tensorflow/core/lib/core/errors.h" 44 if (errors::IsOutOfRange(status)) { 68 if (errors::IsOutOfRange(status)) { // End of file, advance to the next. 103 errors::InvalidArgument("skip_header_lines must be >= 0 not ",
|
/external/tensorflow/tensorflow/core/util/ctc/ |
ctc_loss_calculator.h | 23 #include "tensorflow/core/lib/core/errors.h" 88 // batches at the same time, and identifies errors for any given 117 return errors::InvalidArgument("loss == nullptr"); 126 return errors::InvalidArgument("loss.size() != batch_size"); 132 return errors::InvalidArgument("Expected batch size at t: ", t, 137 return errors::InvalidArgument("Expected class count at t: ", t, 147 return errors::InvalidArgument("seq_len(", b, ") < 0"); 150 return errors::InvalidArgument("seq_len(", b, ") > num_time_steps"); 285 return errors::InvalidArgument( 294 return errors::InvalidArgument("Labels length is zero in batch ", b) [all...] |
/external/tensorflow/tensorflow/python/grappler/ |
item.py | 24 from tensorflow.python.framework import errors 54 with errors.raise_exception_on_not_ok_status() as status: 92 with errors.raise_exception_on_not_ok_status() as status:
|
/prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/ |
gtest_xml_output_unittest.py | 60 <testsuites tests="23" failures="4" disabled="2" errors="0" time="*" timestamp="*" name="AllTests" ad_hoc_property="42"> 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="*" SetUpTestCase="yes" TearDownTestCase="aye"> 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...] |
/system/core/property_service/libpropertyinfoserializer/ |
property_info_file.cpp | 98 std::vector<std::string>* errors) { 101 errors->clear(); 112 errors->emplace_back(parse_error);
|
/tools/acloud/internal/lib/ |
utils.py | 39 from acloud.public import errors 301 raise errors.DriverError( 304 raise errors.DriverError( 316 raise errors.DriverError( 335 raise errors.DriverError( 340 raise errors.DriverError("rsa key is invalid, wrong format: %s" % rsa) 355 raise errors.DriverError("rsa key is invalid: %s" % rsa) 357 raise errors.DriverError("rsa key is invalid: %s, error: %s" % 391 other than errors.HttpError. 410 if (isinstance(exception, errors.HttpError) an [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
test_util.py | 6 from distutils.errors import DistutilsPlatformError, DistutilsByteCompileError
|
/external/autotest/client/tests/disktest/ |
disktest.py | 90 errors = [] 94 errors.append(retval) 95 if errors: 96 raise error.TestError("Errors from children: %s" % errors)
|
/external/autotest/server/site_tests/display_ResolutionList/ |
display_ResolutionList.py | 47 errors = [] 98 screen_test.test_screen_with_image(r, test_mirrored, errors) 100 if errors: 101 raise error.TestFail('; '.join(set(errors)))
|
/external/autotest/site_utils/ |
pubsub_utils.py | 16 from apiclient import errors 62 except errors.Error as e: 72 except errors.Error as e: 103 except errors.Error as e:
|
/external/curl/docs/cmdline-opts/ |
fail.d | 4 Help: Fail silently (no output at all) on HTTP errors 6 Fail silently (no output at all) on server errors. This is mostly done to
|
/external/llvm/bindings/go/llvm/ |
bitwriter.go | 22 import "errors" 24 var writeBitcodeToFileErr = errors.New("Failed to write bitcode to file")
|
/external/protobuf/src/google/protobuf/ |
reflection_ops.h | 70 vector<string>* errors);
|
/external/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/ |
SkQP.java | 73 String[] errors = this.nExecuteUnitTest(unitTest); local 74 if (errors != null && errors.length > 0) { 75 for (String error : errors) {
|
/external/skqp/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/ |
SkQP.java | 73 String[] errors = this.nExecuteUnitTest(unitTest); local 74 if (errors != null && errors.length > 0) { 75 for (String error : errors) {
|
/external/stressapptest/src/ |
main.cc | 48 } else if (sat->errors() != 0) {
|
/external/tensorflow/tensorflow/c/ |
python_api.cc | 34 tensorflow::errors::InvalidArgument("Invalid AttrValue proto"); 56 status->status = tensorflow::errors::OutOfRange( 67 status->status = tensorflow::errors::OutOfRange( 74 status->status = tensorflow::errors::InvalidArgument(
|
/external/tensorflow/tensorflow/cc/framework/ |
grad_op_registry.cc | 41 return errors::NotFound(error_msg);
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
aggregate_ops.cc | 30 errors::InvalidArgument("AddN requires at least one argument"));
|
function_ops.cc | 33 errors::Internal("#inputs != #outputs : ", ctx->num_inputs(), 38 errors::Internal("Input and output types for position ", i, 68 errors::Internal("No function library is provided."), 90 ctx->SetStatus(errors::InvalidArgument(
|