ShapeBounds¶
- class nvtripy.ShapeBounds[source]¶
Bases:
object
- min: Tuple[int | DimensionSize]¶
The minimum shape.
- opt: Tuple[int | DimensionSize]¶
The shape to optimize for.
- max: Tuple[int | DimensionSize]¶
The maximum shape.
Bases: object
The minimum shape.
The shape to optimize for.
The maximum shape.