OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:errors
(Results
1976 - 2000
of
5875
) sorted by null
<<
71
72
73
74
75
76
77
78
79
80
>>
/external/tensorflow/tensorflow/core/common_runtime/
direct_session.cc
45
#include "tensorflow/core/lib/core/
errors
.h"
118
return
errors
::InvalidArgument(
373
return
errors
::AlreadyExists(
447
return
errors
::InvalidArgument(
461
return
errors
::InvalidArgument("Invalid inter_op_thread_pool: ",
503
if (
errors
::IsInternal(s)) {
504
return
errors
::InvalidArgument(s.error_message());
586
return
errors
::Cancelled("Run call was cancelled");
618
run_state.status.Update(
errors
::Cancelled("Run call was cancelled"));
635
if (
errors
::IsInternal(s))
[
all
...]
graph_execution_state.cc
35
#include "tensorflow/core/lib/core/
errors
.h"
138
return
errors
::InvalidArgument(tensorflow::strings::Printf(
153
return
errors
::InvalidArgument(
284
return
errors
::InvalidArgument("Can't optimize a pruned graph");
307
return
errors
::InvalidArgument("Unsupported feed: ", feed);
317
return
errors
::InvalidArgument("Missing node shape or type");
372
return
errors
::InvalidArgument("Meta Optimizer disabled");
375
return
errors
::InvalidArgument("Mobile platforms not supported");
385
return
errors
::Internal(
memory_types_test.cc
53
EXPECT_TRUE(
errors
::IsInternal(ValidateMemoryTypes(DEVICE_GPU, g)));
62
EXPECT_TRUE(
errors
::IsInternal(ValidateMemoryTypes(DEVICE_SYCL, g)));
process_function_library_runtime.cc
115
return
errors
::InvalidArgument("Device name: ", device_name, " not found");
126
return
errors
::InvalidArgument("Device name: ", device_name, " not found.");
138
return
errors
::Internal("Device type: ", device_type,
224
return
errors
::Internal(
256
return
errors
::InvalidArgument("Handle not found: ", handle);
264
done(
errors
::InvalidArgument(
276
done(
errors
::NotFound("Handle: ", handle, " not found."));
333
done(
errors
::Internal("Could not find device"));
/external/tensorflow/tensorflow/core/distributed_runtime/
partial_run_mgr_test.cc
140
Status ExecutorError() { return
errors
::Internal("executor error"); }
141
Status PartialRunError() { return
errors
::Internal("partial run error"); }
remote_device.cc
24
#include "tensorflow/core/lib/core/
errors
.h"
62
done(
errors
::NotFound("Device ", worker_name, " is not found."), &empty);
85
s =
errors
::InvalidArgument("Could not parse worker name: ",
/external/tensorflow/tensorflow/core/framework/
variant_op_registry.h
281
return
errors
::Internal(
301
return
errors
::Internal(
310
return
errors
::Internal(
333
return
errors
::Internal(
386
return
errors
::Internal(
413
return
errors
::Internal(
441
return
errors
::Internal(
446
return
errors
::Internal(
/external/tensorflow/tensorflow/core/kernels/
conditional_accumulator.h
72
return
errors
::InvalidArgument("Shape mismatch: expected ",
79
return
errors
::InvalidArgument("Shape mismatch: expected ",
decode_raw_op.cc
23
#include "tensorflow/core/lib/core/
errors
.h"
46
errors
::InvalidArgument(
62
errors
::InvalidArgument("Input to DecodeRaw has length ", str_size,
determinant_op.cc
32
#include "tensorflow/core/lib/core/
errors
.h"
140
errors
::InvalidArgument("Input must have rank >= 2, got ", ndims),
144
errors
::InvalidArgument("Input matrices must be square, got",
246
if (!status.ok() &&
errors
::IsInvalidArgument(status) &&
254
errors
::InvalidArgument("Invalid input argument no. ",
280
errors
::InvalidArgument("Input must have rank >= 2, got ", ndims),
284
errors
::InvalidArgument("Input matrices must be square, got",
393
if (!status.ok() &&
errors
::IsInvalidArgument(status) &&
401
errors
::InvalidArgument("Invalid input argument no. ",
histogram_op_gpu.cu.cc
83
return
errors
::Internal(
107
return
errors
::Internal(
pooling_ops_common.h
86
errors
::InvalidArgument("Invalid data format"));
89
errors
::InvalidArgument("Default MaxPoolingOp only supports NHWC ",
97
errors
::InvalidArgument("Sliding window ksize field must "
101
errors
::InvalidArgument("Sliding window stride field must "
105
errors
::Unimplemented(
125
errors
::Unimplemented(
130
errors
::Unimplemented("Depthwise max pooling requires "
281
context->SetStatus(
errors
::Internal(
296
errors
::InvalidArgument("Invalid data format"));
300
errors
::InvalidArgument
[
all
...]
save_op.cc
59
errors
::InvalidArgument(input_names[i],
82
errors
::InvalidArgument(input_names[i],
/external/tensorflow/tensorflow/core/kernels/data/
padded_batch_dataset_op.cc
40
errors
::InvalidArgument("Batch size must be greater than zero."));
49
errors
::InvalidArgument("Number of padded shapes (",
56
errors
::InvalidArgument("All padded shapes must be vectors"));
69
errors
::InvalidArgument(
78
errors
::InvalidArgument("All padding values must be scalars"));
80
errors
::InvalidArgument(
256
return
errors
::InvalidArgument(
274
return
errors
::DataLoss(
/external/tensorflow/tensorflow/core/kernels/data/sql/
sqlite_query_connection.cc
35
return
errors
::FailedPrecondition(
74
return
errors
::InvalidArgument(tensorflow::strings::Printf(
/external/tensorflow/tensorflow/core/util/
events_writer.cc
20
#include "tensorflow/core/lib/core/
errors
.h"
77
return
errors
::Unknown("Could not create record writer");
164
return
errors
::Unknown("The events file ", filename_, " has disappeared.");
/external/tensorflow/tensorflow/examples/speech_commands/
recognize_commands.cc
40
return
errors
::InvalidArgument(
47
return
errors
::InvalidArgument(
/external/tensorflow/tensorflow/python/eager/
context.py
31
from tensorflow.python.framework import
errors
130
raising
errors
on the other ones.
169
with
errors
.raise_exception_on_not_ok_status() as status:
182
with
errors
.raise_exception_on_not_ok_status() as status:
188
with
errors
.raise_exception_on_not_ok_status() as status:
192
with
errors
.raise_exception_on_not_ok_status() as status:
352
with
errors
.raise_exception_on_not_ok_status() as status:
368
with
errors
.raise_exception_on_not_ok_status() as status:
452
with
errors
.raise_exception_on_not_ok_status() as status:
/external/tensorflow/tensorflow/python/util/
py_checkpoint_reader.i
153
from tensorflow.python.framework import
errors
154
with
errors
.raise_exception_on_not_ok_status() as status:
163
from tensorflow.python.framework import
errors
164
with
errors
.raise_exception_on_not_ok_status() as status:
/external/valgrind/drd/tests/
annotate_ignore_rw2.stderr.exp
19
ERROR SUMMARY: 3
errors
from 3 contexts (suppressed: 0 from 0)
annotate_ignore_write.stderr.exp
19
ERROR SUMMARY: 3
errors
from 3 contexts (suppressed: 0 from 0)
fp_race.stderr.exp
21
ERROR SUMMARY: 2
errors
from 2 contexts (suppressed: 0 from 0)
pth_cond_race.stderr.exp
15
ERROR SUMMARY: 1
errors
from 1 contexts (suppressed: 0 from 0)
rwlock_type_checking.stderr.exp
16
ERROR SUMMARY: 4
errors
from 2 contexts (suppressed: 0 from 0)
sem_as_mutex.stderr.exp
21
ERROR SUMMARY: 2
errors
from 2 contexts (suppressed: 0 from 0)
Completed in 920 milliseconds
<<
71
72
73
74
75
76
77
78
79
80
>>