Table of Contents

Class Tile

Namespace
Bonsai.ML.Torch
Assembly
Bonsai.ML.Torch.dll

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.