shape property

List<int> shape
final

The dimensions of the tensor (e.g., [1, 896, 1] for a 1D output with 896 elements).

Implementation

final List<int> shape;