Searched refs:error_options_ (Results 1 – 1 of 1) sorted by relevance
252 OP_REQUIRES_OK(ctx, GetErrorOptions(ctx, &error_options_)); in UnicodeTranscodeOp()307 if (error_options_.error_on_malformatting && found_any_format_error) { in Compute()319 if (ShouldHandleFormatError(error_options_, ch, format_error)) { in TranslateCodepoints()321 if (error_options_.elide_replacement) { in TranslateCodepoints()324 ch = error_options_.subst; in TranslateCodepoints()346 ErrorOptions error_options_; member in tensorflow::UnicodeTranscodeOp357 OP_REQUIRES_OK(ctx, GetErrorOptions(ctx, &error_options_)); in UnicodeDecodeBaseOp()375 if (error_options_.error_on_malformatting && found_any_format_error) { in Decode()380 if (ShouldHandleFormatError(error_options_, char_value, in Decode()382 if (error_options_.elide_replacement && (offset_values != nullptr)) { in Decode()[all …]