yscv-tensor 0.1.8

SIMD-accelerated tensor library with f32/f16/bf16 support and 80+ operations
Documentation
1
2
3
4
5
6
#![doc = include_str!("../README.md")]
#![allow(unsafe_code)]

mod core;

pub use core::*;