isDynamic property

bool isDynamic

Returns if the TensorBuffer is dynamic sized (could resize arbitrarily).

Implementation

bool get isDynamic => _isDynamic;