Skip to main content

ngram_table

Function ngram_table 

Source
fn ngram_table(
    inventory: &Inventory,
    source: &dyn ByteSource,
    config: &Value,
    tensors: &[Tensor],
) -> Result<Option<NgramTable>>