Class Join.Inputs

java.lang.Object
org.tensorflow.op.RawOpInputs<Join>
org.tensorflow.op.strings.Join.Inputs
Enclosing class:
Join

public static class Join.Inputs extends RawOpInputs<Join>
  • Field Details

    • inputs

      public final Iterable<Operand<TString>> 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.
    • separator

      public final String separator
      string, an optional join separator.
  • Constructor Details