ngraph.opset2.ops.reorg_yolo

ngraph.opset2.ops.reorg_yolo(input: _pyngraph.Node, stride: List[int], name: Optional[str] = None)_pyngraph.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