AttentionOptions
type AttentionOptions struct {
IsCausal *bool
Softcap *float64
SlidingWindow *int64
SmoothSoftmax *bool
}
AttentionOptions carries the defaulted options of Api.OpAttention (`ClikaRT::ops::attention`). A nil options pointer, or any nil field, means that option's default.