tenflowers-core 0.1.1

Core tensor operations and execution engine for TenfloweRS
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod operation_benchmarks;
pub mod runner;

pub use operation_benchmarks::{
    ManipulationBenchmarks,
    ConvolutionBenchmarks,
    ComprehensiveBenchmarkSuite,
};

pub use runner::{BenchmarkRunner, presets};