tensorShape property

  1. @override
TensorShape tensorShape
latefinal

Returns shape of the tensor.

Implementation

@override
late final TensorShape tensorShape = TensorShape(length);