static Wrap fromValue(int value) => switch (value) { 0 => CLAMP_TO_EDGE, 1 => ZERO, 2 => REPEAT, _ => throw MNNException('Unknown Wrap: $value'), };