openvino.runtime.opset7.reorg_yolo#

openvino.runtime.opset7.reorg_yolo(input: Node, stride: List[int], name: str | None = None) Node#

Return a node which produces the ReorgYolo operation.

Parameters:
  • input – Input data.

  • stride – Stride to reorganize input by.

  • name – Optional name for output node.

Returns:

ReorgYolo node.