trustformers-wasm 0.2.0

WebAssembly bindings for TrustformeRS transformer library
Documentation
1
2
3
4
5
6
7
8
9
//! WASM tensor implementation
//!
//! Split into submodules for maintainability.

mod tensor_core;
mod tensor_ops;

pub use tensor_core::*;
pub use tensor_ops::*;