typeK property

GgmlType? get typeK

data type for K cache

Implementation

GgmlType? get typeK => _typeK;
set typeK (GgmlType? value)

Implementation

set typeK(GgmlType? value) {
  _typeK = value;
  notifyListeners();
}