[][src]Trait finalfusion::norms::Norms

pub trait Norms {
    fn norm(&self, idx: usize) -> f32;
}

Trait for norm chunks.

Required methods

fn norm(&self, idx: usize) -> f32

Return the norm for the word at the given index.

Loading content...

Implementors

impl Norms for NdNorms[src]

Loading content...