tensorflow:: ops:: StringSplit:: Attrs
#include <string_ops.h>
Optional attribute setters for StringSplit.
Summary
Public attributes | 
|
|---|---|
skip_empty_ = true
 | 
bool
 | 
Public functions | 
|
|---|---|
SkipEmpty(bool x)
 | 
TF_MUST_USE_RESULT Attrs
A  
bool.  | 
Public attributes
skip_empty_
bool tensorflow::ops::StringSplit::Attrs::skip_empty_ = true
Public functions
SkipEmpty
TF_MUST_USE_RESULT Attrs tensorflow::ops::StringSplit::Attrs::SkipEmpty( bool x )
A bool. 
If True, skip the empty strings from the result.
Defaults to true