Stay organized with collections
Save and categorize content based on your preferences.
tensorflow::ops::StringJoin::Attrs
#include <string_ops.h>
Optional attribute setters for StringJoin.
Summary
Public functions
|
Separator(StringPiece x)
|
string, an optional join separator.
|
Public attributes
separator_
StringPiece tensorflow::ops::StringJoin::Attrs::separator_ = ""
Public functions
Separator
TF_MUST_USE_RESULT Attrs tensorflow::ops::StringJoin::Attrs::Separator(
StringPiece x
)
string, an optional join separator.
Defaults to ""
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates. Some content is licensed under the numpy license.
Last updated 2021-11-15 UTC.
[null,null,["Last updated 2021-11-15 UTC."],[],[],null,["# tensorflow::ops::StringJoin::Attrs Struct Reference\n\ntensorflow::ops::StringJoin::Attrs\n==================================\n\n`#include \u003cstring_ops.h\u003e`\n\nOptional attribute setters for [StringJoin](/api_docs/cc/class/tensorflow/ops/string-join#classtensorflow_1_1ops_1_1_string_join).\n\nSummary\n-------\n\n| ### Public attributes ||\n|------------------------------------------------------------------------------------------------------------|---------------|\n| [separator_](#structtensorflow_1_1ops_1_1_string_join_1_1_attrs_1aa45572e4d283d72ec37d60c7b2791db9)` = \"\"` | `StringPiece` |\n\n| ### Public functions ||\n|---------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Separator](#structtensorflow_1_1ops_1_1_string_join_1_1_attrs_1a262f0edc354e8bdb8a5bc73b42b39a5d)`(StringPiece x)` | `TF_MUST_USE_RESULT `[Attrs](/api_docs/cc/struct/tensorflow/ops/string-join/attrs#structtensorflow_1_1ops_1_1_string_join_1_1_attrs) string, an optional join separator. |\n\nPublic attributes\n-----------------\n\n### separator_\n\n```scdoc\nStringPiece tensorflow::ops::StringJoin::Attrs::separator_ = \"\"\n``` \n\nPublic functions\n----------------\n\n### Separator\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::StringJoin::Attrs::Separator(\n StringPiece x\n)\n``` \nstring, an optional join separator.\n\nDefaults to \"\""]]