Dimensions of the tensor.
List<int> get shape => List.generate( tfLiteTensorNumDims(_tensor), (i) => tfLiteTensorDim(_tensor, i));