#include <string_ops.h>
Joins the strings in the given list of string tensors into one tensor;.
with the given separator (default is an empty separator).
Arguments:
Optional attributes (see Attrs
):
Returns:
Output
: The output tensor. Constructors and Destructors | |
---|---|
StringJoin(const ::tensorflow::Scope & scope, ::tensorflow::InputList inputs) | |
StringJoin(const ::tensorflow::Scope & scope, ::tensorflow::InputList inputs, const StringJoin::Attrs & attrs) |
Public attributes | |
---|---|
output |
Public functions | |
---|---|
node() const | ::tensorflow::Node * |
operator::tensorflow::Input() const | |
operator::tensorflow::Output() const |
Public static functions | |
---|---|
Separator(StringPiece x) |
Structs | |
---|---|
tensorflow::ops::StringJoin::Attrs | Optional attribute setters for StringJoin. |
::tensorflow::Output output
StringJoin( const ::tensorflow::Scope & scope, ::tensorflow::InputList inputs )
StringJoin( const ::tensorflow::Scope & scope, ::tensorflow::InputList inputs, const StringJoin::Attrs & attrs )
::tensorflow::Node * node() const
operator::tensorflow::Input() const
operator::tensorflow::Output() const
Attrs Separator( StringPiece x )
© 2018 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/api_docs/cc/class/tensorflow/ops/string-join.html