StringJoin
tensorflow C++ API
Joins the strings in the given list of string tensors into one tensor;.
Summary
with the given separator (default is an empty separator).
Arguments:
- scope: A Scope object
- inputs: 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.
Optional attributes (see Attrs
):
- separator: string, an optional join separator.
Returns:
Output
: The output tensor.
StringJoin block
Source link : https://github.com/EXPNUNI/enuSpaceTensorflow/blob/master/enuSpaceTensorflow/tf_string.cpp
Argument:
- Scope scope : A Scope object (A scope is generated automatically each page. A scope is not connected.)
- Input inputs: connect Input node.
- StringJoin::Attrs attrs : Input attrs in value. ex) separator_ = ;
Return:
- Output output : Output object of StringJoin class object.
Result:
- std::vector(Tensor) product_result : Returned object of executed result by calling session.