Skip to content

PillarHub/tfprotos-config

Repository files navigation

Tensorflow Protobufs - Config

TBD

Examples

  1. virtual gpu

Development

Minimum Supported Rust Version (MSRV)

The minimum supported rust version is 1.58.1, can be checked with:

> make msrv

...

Finished The MSRV is: 1.58.1

Required OS components

Other the rust compiler the protoc is required.

Regenerating Protobuf Files

Every build command will regenerate the tensorflow.rs, but the command make will regenerate then format the output file. For example:

> make

...

regenerated protos:
src/protos
└── tensorflow
    └── core
        ├── framework
        │   ├── allocation_description.proto
        │   ├── attr_value.proto
        │   ├── cost_graph.proto
        │   ├── full_type.proto
        │   ├── function.proto
        │   ├── graph.proto
        │   ├── node_def.proto
        │   ├── op_def.proto
        │   ├── resource_handle.proto
        │   ├── step_stats.proto
        │   ├── tensor_description.proto
        │   ├── tensor.proto
        │   ├── tensor_shape.proto
        │   ├── types.proto
        │   └── versions.proto
        └── protobuf
            ├── cluster.proto
            ├── config.proto
            ├── coordination_config.proto
            ├── debug.proto
            ├── rewriter_config.proto
            └── verifier_config.proto

4 directories, 21 files

Generated lines:
2894 src/tensorflow.rs

Licenses

About

Tensorflow's Config Protobuf for Rust Tensorflow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published