Skip to main content

Mojo module

tile

Functionsโ€‹

  • โ€‹tile: Implements the Tile operator from the ONNX spec. This behaves like Numpy tile, but without broadcast.
  • โ€‹tile_shape: Compute the output shape of a tile operation, and assert the inputs are compatible.

Was this page helpful?