data type for K cache
GgmlType? get typeK => _typeK;
set typeK(GgmlType? value) { _typeK = value; notifyListeners(); }