ninetoothed.Tensor.tile#

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

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.

  • floor_mode – If True, will use floor division to compute the outer shape.

Returns:

A hierarchical tensor.