openvino.runtime.opset9.tile#
- openvino.runtime.opset9.tile(data: Node | int | float | ndarray, repeats: Node | int | float | ndarray, name: str | None = None) Node #
Return a node which dynamically repeats(replicates) the input data tensor.
- Parameters:
data – The input tensor to be tiled
repeats – Per-dimension replication factors
- Returns:
Tile node