Packages
Tensor library for Gleam/BEAM with a pure Gleam API, zero-copy views, and optional native acceleration
Current section
Files
Jump to
Current section
Files
include/viva_tensor@models@bert_BertModel.hrl
-record(bert_model, {
embedding :: viva_tensor@models@bert:bert_embedding(),
blocks :: list(viva_tensor@models@bert:bert_block())
}).