data type for V cache
GgmlType? get typeV => _typeV;
set typeV(GgmlType? value) { _typeV = value; notifyListeners(); }