Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dunicode_ops.cc302 bool found_any_format_error = false; in Compute() local
305 &found_any_format_error); in Compute()
307 if (error_options_.error_on_malformatting && found_any_format_error) { in Compute()
317 void TranslateCodepoints(icu::UnicodeString* s, bool* found_any_format_error, in TranslateCodepoints() argument
320 *found_any_format_error = true; in TranslateCodepoints()
334 bool* found_any_format_error) { in Transcode() argument
339 found_any_format_error, std::placeholders::_1, in Transcode()
374 bool found_any_format_error) { in Decode() argument
375 if (error_options_.error_on_malformatting && found_any_format_error) { in Decode()
381 found_any_format_error)) { in Decode()