Searched refs:FATAL (Results 176 - 200 of 452) sorted by relevance

1234567891011>>

/external/tensorflow/tensorflow/core/kernels/
H A Ddepthtospace_op_gpu.cu.cc169 LOG(FATAL) << "5-D tensors should not be used with NHWC format";
223 LOG(FATAL) << "5-D tensors should not be used with NCHW format";
H A Dspacetodepth_op_gpu.cu.cc165 LOG(FATAL) << "5-D tensors should not be used with NHWC format";
219 LOG(FATAL) << "5-D tensors should not be used with NCHW format";
H A Dtranspose_functor_cpu.cc173 LOG(FATAL) << "Unsupported TransposeUsingEigen for: " << in.dims();
192 LOG(FATAL) << "DT_STRING not supported on SYCL device.";
/external/tensorflow/tensorflow/core/lib/io/
H A Drecord_reader.cc68 LOG(FATAL) << "Zlib compression is unsupported on mobile platforms.";
77 LOG(FATAL) << "Unspecified compression type :" << options.compression_type;
/external/tensorflow/tensorflow/python/platform/
H A Dtf_logging.py30 from logging import FATAL namespace
130 FATAL: 'FATAL',
295 'FATAL',
317 tf_export('logging.FATAL').export_constant(__name__, 'FATAL')
/external/tensorflow/tensorflow/stream_executor/cuda/
H A Dcuda_dnn.cc312 LOG(FATAL) << "Unsupported Cudnn convolution forward algorithm: "
334 LOG(FATAL)
356 LOG(FATAL)
437 LOG(FATAL) << "could not create cudnn tensor descriptor: "
462 LOG(FATAL) << "could not convert BatchDescriptor "
474 LOG(FATAL) << "could not convert BatchDescriptor "
481 LOG(FATAL) << "Unsupported tensor format "
514 LOG(FATAL) << "could not create cudnn filter descriptor: "
534 LOG(FATAL) << "Unsupported filter format "
552 LOG(FATAL) << "coul
[all...]
/external/libchrome/base/process/
H A Dlaunch_posix.cc180 RAW_LOG(FATAL, "sigaction (get) failed.");
188 RAW_LOG(FATAL, "sigaction (set) failed.");
194 RAW_LOG(FATAL, "Cound not fix sa_restorer.");
486 RAW_LOG(FATAL, "prctl(PR_SET_NO_NEW_PRIVS) failed");
745 RAW_LOG(FATAL, "Invalid usage of ForkWithFlags");
/external/protobuf/gtest/src/
H A Dgtest-death-test.cc256 // message from the death test child process and log it with the FATAL
272 GTEST_LOG_(FATAL) << error.GetString();
275 GTEST_LOG_(FATAL) << "Error while reading death test internal: "
398 GTEST_LOG_(FATAL) << "Death test child process reported "
403 GTEST_LOG_(FATAL) << "Read from death test child process failed: "
483 GTEST_LOG_(FATAL)
/external/ltp/
H A Drunltp76 echo "FATAL: unable to change directory to $(dirname $0)"
87 echo "FATAL: LTP not installed correctly"
94 echo "FATAL: Test suite driver 'ltp-pan' not found"
541 echo "FATAL: Unable to make temporary directory $TMPBASE"
548 echo "FATAL: Unable to make temporary directory: $TMP"
631 echo "FATAL: unable to append to command file"
653 echo "FATAL: unable to create command file"
664 echo "FATAL: error while getting the command file with wget (address $CMDFILEADDR)"
669 echo "FATAL: unable to create command file"
682 echo "FATAL
[all...]
/external/tensorflow/tensorflow/compiler/jit/graphcycles/
H A Dgraphcycles.cc91 LOG(FATAL) << "Did not clear visited marker on node " << x;
94 LOG(FATAL) << "Duplicate occurrence of rank " << nx->rank;
99 LOG(FATAL) << "Edge " << x << "->" << y << " has bad rank assignment "
H A Dgraphcycles_test.cc139 LOG(FATAL) << "gc_reachable " << gc_reachable << " reachable "
155 LOG(FATAL) << "!gc->HasEdge(" << a << ", " << b << ")";
170 LOG(FATAL) << "edges->size() " << edges->size() << " count " << count;
332 LOG(FATAL);
/external/tensorflow/tensorflow/compiler/xla/python/
H A Dnumpy_bridge.cc55 LOG(FATAL) << "No Numpy type for XLA primitive type " << primitive_type;
88 LOG(FATAL) << "No XLA primitive type for Numpy type " << np_type;
472 LOG(FATAL) << "No XLA literal container for Numpy type" << np_type;
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
H A Dgrpc_server_lib.cc333 LOG(FATAL);
350 LOG(FATAL);
367 LOG(FATAL);
/external/libchrome/base/
H A Dlogging.h62 // effectively performs a LOG(FATAL) which terminates the process and
80 // which is syntactic sugar for {,D}LOG_IF(FATAL, assert fails) << assertion;
136 // are (in increasing order of severity) INFO, WARNING, ERROR, and FATAL.
138 // Very important: logging a message at the FATAL severity level causes
141 // There is the special severity of DFATAL, which logs FATAL in debug mode,
349 // As special cases, we can assume that LOG_IS_ON(FATAL) always holds. Also,
412 LOG_IF(FATAL, !(condition)) << "Assert failed: " #condition ". "
575 LAZY_STREAM(LOG_STREAM(FATAL), false) \
580 LAZY_STREAM(PLOG_STREAM(FATAL), false) \
591 LAZY_STREAM(PLOG_STREAM(FATAL), !(conditio
[all...]
/external/libtextclassifier/util/base/
H A Dlogging.h115 // LOG(FATAL)) with an informative message. Can be continued with extra
120 (x) || TC_LOG(FATAL) << __FILE__ << ":" << __LINE__ << ": check failed: \"" \
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_field.cc118 GOOGLE_LOG(FATAL) << "GenerateMergeFromCodedStreamWithPacking() "
H A Dcpp_helpers.cc307 GOOGLE_LOG(FATAL) << "Can't get here.";
337 GOOGLE_LOG(FATAL) << "Can't get here.";
423 GOOGLE_LOG(FATAL) << "Can't get here.";
589 GOOGLE_LOG(FATAL) << "Can't get here.";
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_enum_field.cc143 GOOGLE_LOG(FATAL) << "MicroRuntime does not support packed";
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_field.cc69 GOOGLE_LOG(FATAL) << "GenerateParsingCodeFromPacked() "
H A Djavanano_map_field.cc68 GOOGLE_LOG(FATAL) << "should not reach here.";
H A Djavanano_primitive_field.cc73 GOOGLE_LOG(FATAL) << "Can't get here.";
93 GOOGLE_LOG(FATAL) << "Can't get here.";
122 GOOGLE_LOG(FATAL) << "Can't get here.";
154 GOOGLE_LOG(FATAL) << "Can't get here.";
/external/protobuf/src/google/protobuf/stubs/
H A Dint128.cc85 GOOGLE_LOG(FATAL) << "Division or mod by zero: dividend.hi=" << dividend.hi_
/external/protobuf/src/google/protobuf/testing/
H A Dgoogletest.cc82 GOOGLE_LOG(FATAL)
/external/protobuf/src/google/protobuf/util/
H A Dfield_comparator.cc127 GOOGLE_LOG(FATAL) << "No comparison code for field " << field->full_name()
/external/tensorflow/tensorflow/compiler/jit/kernels/
H A Dparallel_check_op.cc113 LOG(FATAL) << "unimpl: " << ctx->input_dtype(i);

Completed in 4939 milliseconds

1234567891011>>