typeV property

GgmlType? get typeV

data type for V cache

Implementation

GgmlType? get typeV => _typeV;
set typeV (GgmlType? value)

Implementation

set typeV(GgmlType? value) {
  _typeV = value;
  notifyListeners();
}