tfrecord-codegen

Crates.iotfrecord-codegen
lib.rstfrecord-codegen
version0.1.0
sourcesrc
created_at2023-09-09 01:35:42.019926
updated_at2023-09-09 01:35:42.019926
descriptionCode generation helper for tfrecord crate
homepagehttps://github.com/jerry73204/rust-tfrecord
repositoryhttps://github.com/jerry73204/rust-tfrecord.git
max_upload_size
id967883
size11,265
(jerry73204)

documentation

https://docs.rs/tfrecord/

README

tfrecord-codege

This is a helper library for tfrecord crate that translates TensorFlow ProtocolBuffer code to Rust. The supported TensorFlow version is 2.13.0.

To change the supported TensorFlow version,

echo -n 2.13.0 > tensorflow_version
Commit count: 236

cargo fmt