shape property

List<int> get shape

Implementation

List<int> get shape => List<int>.generate(TfLiteTensorNumDims(_ref), (int index) => TfLiteTensorDim(_ref, index));