| Explode given multi-feature tensors
| with list features into many.
|
| Explode given multi-feature tensors
| with map features into many.
|
| Explode multi-feature tensors with
| list features into single-feature
| tensors.
|
| Explode given multi-feature tensors
| with map features into multiple single-feature
| tensor.
|
| Merge given multi-feature dense tensors
| into one multi-feature tensor.
|
| Merge given multi-feature tensors
| with list features into one.
|
| Merge given multi-feature tensors
| with map features into one.
|
| Explode given multi-feature tensors
| with scalar features into many.
|
| Merge given multi-feature tensors
| with scalar features into one.
|
| Merge given single-feature tensors
| with list features into one multi-feature
| tensor.
|
| Merge given single-feature tensors
| with map features into one multi-feature
| tensor.
|
| Explode multi-feature tensor of scalar
| features into one or more single-feature
| tensors
|
| Merge given single-feature tensors
| with scalar features into one multi-feature
| tensor.
|