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