with the given separator (default is an empty separator).
Examples:
s=["hello","world","tensorflow"]tf.strings.join(s," ")<tf.Tensor:shape=(),dtype=string,numpy=b'hello world tensorflow'>
Args
inputs
A list of Tensor objects with type string.
A list of string tensors. The tensors must all have the same shape,
or be scalars. Scalars may be mixed in; these will be broadcast to the shape
of non-scalar inputs.
separator
An optional string. Defaults to "".
string, an optional join separator.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-01-23 UTC."],[],[]]