Type Alias Gpt2

Source
pub type Gpt2<'a> = Gpt<'a, _2>;

Aliased Type§

struct Gpt2<'a> { /* private fields */ }

Implementations§

Source§

impl<'a> Gpt2<'a>

Source

pub const fn new_gpt2(ccm: &'a Ccm) -> Self