TBD
The minimum supported rust version is 1.58.1
, can be checked with:
> make msrv
...
Finished The MSRV is: 1.58.1
Other the rust compiler the protoc is required.
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