tensorboard_rs/
lib.rs

1
2//! Write data for Tensorboard from Rust.
3//! =============================================================
4//!
5//!
6//! Introduction
7//! ------------
8//!
9//! Install
10//! ------------
11//!
12//! Example
13//! ------------
14//!
15//! Licese
16//! ------------
17
18
19
20
21
22pub mod masked_crc32c;
23pub mod record_writer;
24pub mod event_file_writer;
25pub mod summary_writer;
26pub mod summary;