tensorflow::
#include <string_ops.h>
Optional attribute setters for StringUpper.
Summary
| Public attributes | |
|---|---|
| encoding_ = "" | StringPiece | 
| Public functions | |
|---|---|
| Encoding(StringPiece x) | TF_MUST_USE_RESULT AttrsCharacter encoding of  input. | 
Public attributes
encoding_
StringPiece tensorflow::ops::StringUpper::Attrs::encoding_ = ""
Public functions
Encoding
TF_MUST_USE_RESULT Attrs tensorflow::ops::StringUpper::Attrs::Encoding( StringPiece x )
Character encoding of input. 
Allowed values are '' and 'utf-8'. Value '' is interpreted as ASCII.
Defaults to ""