ngraph.reorg_yolo¶
- ngraph.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