CustomSamplingFn

Type Alias CustomSamplingFn 

Source
pub type CustomSamplingFn = Arc<dyn Fn(&Array1<f32>, f32) -> InferenceResult<f32> + Send + Sync>;
Expand description

Custom sampling function type Takes logits and temperature, returns sampled index

Aliased Typeยง

pub struct CustomSamplingFn { /* private fields */ }