Home
last modified time | relevance | path

Searched refs:error_options (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dunicode_ops.cc242 inline bool ShouldHandleFormatError(const ErrorOptions& error_options, in ShouldHandleFormatError() argument
244 return ((error_options.replace_control_chars && ch <= 0x1F) || format_error); in ShouldHandleFormatError()