tensorflow::ops::StringSplitV2::Attrs
#include <string_ops.h>
Optional attribute setters for StringSplitV2.
Summary
Public attributes | |
---|---|
maxsplit_ = -1 | int64 |
Public functions | |
---|---|
Maxsplit(int64 x) | TF_MUST_USE_RESULT Attrs An int . |
Public attributes
maxsplit_
int64 tensorflow::ops::StringSplitV2::Attrs::maxsplit_ = -1
Public functions
Maxsplit
TF_MUST_USE_RESULT Attrs tensorflow::ops::StringSplitV2::Attrs::Maxsplit( int64 x )
An int
.
If maxsplit > 0
, limit of the split of the result.
Defaults to -1
© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r1.15/api_docs/cc/struct/tensorflow/ops/string-split-v2/attrs