MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / ErrorOptions

Class ErrorOptions

tensorflow/core/kernels/unicode_ops.cc:199–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197};
198
199struct ErrorOptions {
200 UChar32 subst = 0xFFFD;
201 bool elide_replacement = false;
202 bool replace_control_chars = false;
203 bool error_on_malformatting = false;
204};
205
206Status GetErrorOptions(OpKernelConstruction* ctx, ErrorOptions* out) {
207 *out = ErrorOptions();

Callers 1

GetErrorOptionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected