candle-graph 0.10.0

TensorFlow Profiler-style execution graphs for candle-rs (trace-only)
Documentation
1
2
3
4
5
6
7
//! Execution graph derived purely from trace documents.

mod build;
mod model;

pub use build::build_from_trace;
pub use model::*;