PyTorchRect constructor

PyTorchRect(
  1. double left,
  2. double top,
  3. double width,
  4. double height,
  5. double right,
  6. double bottom,
)

Implementation

PyTorchRect(this.left, this.top, this.width, this.height, this.right, this.bottom);