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