Class Tile
Constructs a tensor by repeating the elements of input.
[Combinator]
[WorkflowElementCategory(ElementCategory.Transform)]
public class Tile
- Inheritance
-
Tile
- Inherited Members
Properties
- Dimensions
The number of repetitions in each dimension.
Methods
- Process(IObservable<Tensor>)
Constructs a tensor by repeating the elements of input along the specified dimensions.