- TrainSum.dimension(size: int, /) Dimension[NDArray]
- TrainSum.dimension(bases: Sequence[int], /) Dimension[NDArray]
Quantized dimension, defined by a sequence of digits. If an integer is provided, it will be factorized into its prime factors to create the digits. Otherwise, the provided sequence of integers will be used as the bases of the digits.
- Parameters:
size (int | Sequence[int])
- Return type: