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

<<51525354555657585960>>

  /external/tensorflow/tensorflow/core/kernels/
sparse_add_grad_op.cc 42 errors::InvalidArgument(
49 errors::InvalidArgument(
56 errors::InvalidArgument("The densified operands should have the same "
62 errors::InvalidArgument("# elements of backprop_val_grad and # rows of "
sparse_softmax_op.cc 50 errors::InvalidArgument(
56 errors::InvalidArgument(
62 errors::InvalidArgument(
67 errors::InvalidArgument(
spectrogram_convert_test_data.cc 18 #include "tensorflow/core/lib/core/errors.h"
33 return errors::InvalidArgument("Failed to write raw float file ",
string_to_number_op.cc 24 #include "tensorflow/core/lib/core/errors.h"
56 errors::InvalidArgument(kErrorMessage, input_flat(i).c_str()));
whole_file_read_ops.cc 24 #include "tensorflow/core/lib/core/errors.h"
72 return errors::InvalidArgument("Could not parse state for ", name(), ": ",
105 errors::InvalidArgument(
129 errors::InvalidArgument(
133 errors::InvalidArgument(
  /external/tensorflow/tensorflow/core/lib/io/snappy/
snappy_buffers_test.cc 130 return errors::DataLoss("Actual and expected results don't match.");
165 errors::ResourceExhausted("Input buffer(size: 10 bytes) too small. ",
176 errors::DataLoss("Failed to read ", COMPRESSED_RECORD_SIZE,
186 errors::OutOfRange("EOF reached"));
  /external/tensorflow/tensorflow/core/lib/io/
zlib_inputstream.cc 104 if (!s.ok() && !errors::IsOutOfRange(s)) {
114 return errors::OutOfRange("EOF reached");
116 if (errors::IsOutOfRange(s)) {
186 return errors::DataLoss(error_string);
  /external/tensorflow/tensorflow/core/ops/
functional_ops.cc 32 return errors::InvalidArgument("len(inputs) < len(outputs)");
  /external/tensorflow/tensorflow/core/platform/cloud/
time_util.cc 24 #include "tensorflow/core/lib/core/errors.h"
41 return errors::Internal(
  /external/tensorflow/tensorflow/python/data/kernel_tests/
zip_dataset_op_test.py 24 from tensorflow.python.framework import errors
61 with self.assertRaises(errors.OutOfRangeError):
72 with self.assertRaises(errors.OutOfRangeError):
109 with self.assertRaises(errors.OutOfRangeError):
  /external/tensorflow/tensorflow/python/framework/
test_file_system.cc 28 s = errors::OutOfRange("EOF");
  /external/tensorflow/tensorflow/python/grappler/
cluster.py 27 from tensorflow.python.framework import errors
52 with errors.raise_exception_on_not_ok_status() as status:
102 with errors.raise_exception_on_not_ok_status() as status:
124 with errors.raise_exception_on_not_ok_status() as status:
  /external/tensorflow/tensorflow/python/lib/core/
ndarray_tensor_bridge.cc 22 #include "tensorflow/core/lib/core/errors.h"
182 return errors::Internal("Tensorflow type ", tf_datatype,
195 return errors::FailedPrecondition(
209 return errors::Unknown("Python type initialization failed.");
217 return errors::Unknown("Python array refused to use memory.");
  /external/tensorflow/tensorflow/tools/graph_transforms/
rename_op.cc 38 return errors::InvalidArgument(
  /external/valgrind/memcheck/tests/
badjump.stderr.exp 24 For counts of detected and suppressed errors, rerun with: -v
25 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
noisy_child.stderr.exp 28 For counts of detected and suppressed errors, rerun with: -v
29 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
partial_load_dflt.stderr.exp 27 For counts of detected and suppressed errors, rerun with: -v
28 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
partial_load_ok.stderr.exp 27 For counts of detected and suppressed errors, rerun with: -v
28 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
  /external/valgrind/memcheck/tests/darwin/
aio.stderr.exp 23 For counts of detected and suppressed errors, rerun with: -v
25 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
  /external/valgrind/memcheck/tests/solaris/
brk.stderr.exp 22 For counts of detected and suppressed errors, rerun with: -v
23 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
syscall_at.stderr.exp 23 For counts of detected and suppressed errors, rerun with: -v
24 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
  /external/wycheproof/java/com/google/security/wycheproof/testcases/
RsaSignatureTest.java 1133 int errors = 0; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
virtio_blk.h 112 __u32 errors; member in struct:virtio_scsi_inhdr
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
test_setups.py 49 self.assertEqual(len(result.errors), 0)
67 self.assertEqual(len(result.errors), 0)
97 self.assertEqual(len(result.errors), 0)
112 self.assertEqual(len(result.errors), 1)
113 error, _ = result.errors[0]
142 self.assertEqual(len(result.errors), 2)
146 error, _ = result.errors[0]
255 self.assertEqual(len(result.errors), 0)
284 self.assertEqual(len(result.errors), 0)
327 self.assertEqual(len(result.errors), 1
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/
test_setups.py 49 self.assertEqual(len(result.errors), 0)
67 self.assertEqual(len(result.errors), 0)
97 self.assertEqual(len(result.errors), 0)
112 self.assertEqual(len(result.errors), 1)
113 error, _ = result.errors[0]
142 self.assertEqual(len(result.errors), 2)
146 error, _ = result.errors[0]
255 self.assertEqual(len(result.errors), 0)
284 self.assertEqual(len(result.errors), 0)
327 self.assertEqual(len(result.errors), 1
    [all...]

Completed in 1221 milliseconds

<<51525354555657585960>>