namespace LLama.Native; /// /// /// /// llama_pooling_type public enum LLamaPoolingType { Unspecified = -1, None = 0, Mean = 1, CLS = 2, }