encoderfile 0.6.2

Distribute and run transformer encoders with a single file.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod engine;
mod tensor;
mod utils;

pub use engine::*;
pub use tensor::Tensor;

pub const DEFAULT_LIBS: [mlua::StdLib; 3] = [
    mlua::StdLib::TABLE,
    mlua::StdLib::STRING,
    mlua::StdLib::MATH,
];