tensorflow::ops::StringLower::Attrs

#include <string_ops.h>

Optional attribute setters for StringLower.

Summary

Public attributes

encoding_ = ""
StringPiece

Public functions

Encoding(StringPiece x)
TF_MUST_USE_RESULT Attrs
Character encoding of input.

Public attributes

encoding_

StringPiece tensorflow::ops::StringLower::Attrs::encoding_ = ""

Public functions

Encoding

TF_MUST_USE_RESULT Attrs tensorflow::ops::StringLower::Attrs::Encoding(
  StringPiece x
)

Character encoding of input.

Allowed values are '' and 'utf-8'. Value '' is interpreted as ASCII.

Defaults to ""