Type Alias imxrt10xx::gpt::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