PyTorchRect constructor
PyTorchRect({})
Implementation
PyTorchRect({
required this.left,
required this.top,
required this.right,
required this.bottom,
required this.width,
required this.height,
});
PyTorchRect({
required this.left,
required this.top,
required this.right,
required this.bottom,
required this.width,
required this.height,
});