tract-linalg 0.22.2

Tiny, no-nonsense, self contained, TensorFlow and ONNX inference
Documentation
1
2
3
4
5
use crate::frame::mmm::cost_model::CostModel;
#[allow(dead_code)]
pub fn models() -> Vec<(&'static str, CostModel<'static>)> {
vec!(
)}