Tile
Description
Repeats the input tensor along the specified axis for multiple times without broadcasting.
Input
input: 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.
Output
output: output tensor of the identical data type as the input. Formula: output_dim[i] = input_dim[i] * repeats[i].
Constraints
repeats: The number of elements in the tensor must be the same as the number of dimensions of the input.
ONNX Opset Support
Opset v8/v9/v10/v11/v12/v13/v14/v15/v16/v17/v18
Parent topic: Supported ONNX Operators