shape property

  1. @TagNumber(4)
List<int> shape

shape of the array/tensor (-1 for unknown)

Implementation

@$pb.TagNumber(4)
$core.List<$core.int> get shape => $_getList(3);