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