tfrecord 0.15.0

TFRecord de/serialize for TensorBoard
Documentation
1
2
3
4
5
6
7
8
//! Low level synchronous and asynchronous I/O functions.
//!
//! The functions are used internally to work with generic readers and writers.
//! It is not intended for common users, while we encourage using high level API.

#[cfg(feature = "async")]
pub mod r#async;
pub mod sync;