ninetoothed.Tensor.tile#

Tensor.tile(tile_shape, strides=None, dilation=None)#

Tiles the tensor into a hierarchical tensor.

Parameters:
  • tile_shape – The shape of a tile.

  • strides – The interval at which each tile is generated.

  • dilation – The spacing between tiles.

Returns:

A hierarchical tensor.