Tile
Description
Repeats the input tensor along the specified dimension.
[Inputs]
Two inputs:
x: tensor of type float16, float, double, int64, int32, uint8, uint16, uint32, uint64, int8, int16, complex64, complex128, qint8, quint8, qint16, quint16, qint32 or bool.
repeats: 1D tensor of type int64. Its size is the same as the number of dimensions of the input.
[Outputs]
One output:
y: output tensor. Has an identical data type and dimension to those of the input. output_dim[i] = input_dim[i] * repeats[i].
[Restrictions]
This operator supports only the
ONNX Opset Support
Opset v8/v9/v10/v11/v12/v13/v14/v15/v16/v17/v18
Parent topic: Operators Specifications of the AI Framework