Class ov::op::v0::ReorgYolo#

class ReorgYolo : public ov::op::Op#

ReorgYolo operation.

Public Functions

ReorgYolo(const Output<Node> &input, const size_t stride)#

Constructs a ReorgYolo operation.

Parameters:
  • inputInput

  • stride – Stride to reorganize input by

virtual void validate_and_infer_types() override#

Verifies that attributes and inputs are consistent and computes output shapes and element types. Must be implemented by concrete child classes so that it can be run any number of times.

Throws if the node is invalid.