shape property

  1. @TagNumber(1)
List<Int64> get shape

the shape of the provided tensor as a list of integer extents

Implementation

@$pb.TagNumber(1)
$core.List<$fixnum.Int64> get shape => $_getList(0);