File tree Expand file tree Collapse file tree
src/TensorFlowNET.Core/Protobuf Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11### Download compiler from https://github.com/protocolbuffers/protobuf/releases
22``` shell
3- set SRC_DIR=D:\P rojects\t ensorflow-1.12.0 \t ensorflow\c ore\f ramework
3+ set SRC_DIR=D:\P rojects\t ensorflow\t ensorflow\c ore\f ramework
44set DST_DIR=D:\P rojects\T ensorFlow.NET\s rc\T ensorFlowNET.Core\P rotobuf
55
66protoc -I=%SRC_DIR% --csharp_out=%DST_DIR% resource_handle.proto
@@ -12,4 +12,9 @@ protoc -I=%SRC_DIR% --csharp_out=%DST_DIR% node_def.proto
1212protoc -I=%SRC_DIR% --csharp_out=%DST_DIR% versions.proto
1313protoc -I=%SRC_DIR% --csharp_out=%DST_DIR% function.proto
1414protoc -I=%SRC_DIR% --csharp_out=%DST_DIR% graph.proto
15- ```
15+ ```
16+
17+ ``` shell
18+ set SRC_DIR=D:\P rojects\t ensorflow\t ensorflow\c ore\p rotobuf
19+ protoc -I=%SRC_DIR% --csharp_out=%DST_DIR% saver.proto
20+ ```
You can’t perform that action at this time.
0 commit comments