-
Notifications
You must be signed in to change notification settings - Fork 5
/
runprotoc_py.bat
39 lines (39 loc) · 3.67 KB
/
runprotoc_py.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
cd %~dp0
google\protobuf\cmake\Release\protoc tensorflow/core/example/example.proto --python_out=. -I.
google\protobuf\cmake\Release\protoc tensorflow/core/example/feature.proto --python_out=. -I.
google\protobuf\cmake\Release\protoc tensorflow/core/framework/allocation_description.proto --python_out=. -I.
google\protobuf\cmake\Release\protoc tensorflow/core/framework/attr_value.proto --python_out=. -I.
google\protobuf\cmake\Release\protoc tensorflow/core/framework/cost_graph.proto --python_out=. -I.
google\protobuf\cmake\Release\protoc tensorflow/core/framework/device_attributes.proto --python_out=. -I.
google\protobuf\cmake\Release\protoc tensorflow/core/framework/function.proto --python_out=. -I.
google\protobuf\cmake\Release\protoc tensorflow/core/framework/graph.proto --python_out=. -I.
google\protobuf\cmake\Release\protoc tensorflow/core/framework/kernel_def.proto --python_out=. -I.
google\protobuf\cmake\Release\protoc tensorflow/core/framework/log_memory.proto --python_out=. -I.
google\protobuf\cmake\Release\protoc tensorflow/core/framework/op_def.proto --python_out=. -I.
google\protobuf\cmake\Release\protoc tensorflow/core/framework/step_stats.proto --python_out=. -I.
google\protobuf\cmake\Release\protoc tensorflow/core/framework/summary.proto --python_out=. -I.
google\protobuf\cmake\Release\protoc tensorflow/core/framework/tensor.proto --python_out=. -I.
google\protobuf\cmake\Release\protoc tensorflow/core/framework/tensor_description.proto --python_out=. -I.
google\protobuf\cmake\Release\protoc tensorflow/core/framework/tensor_shape.proto --python_out=. -I.
google\protobuf\cmake\Release\protoc tensorflow/core/framework/tensor_slice.proto --python_out=. -I.
google\protobuf\cmake\Release\protoc tensorflow/core/framework/types.proto --python_out=. -I.
google\protobuf\cmake\Release\protoc tensorflow/core/framework/variable.proto --python_out=. -I.
google\protobuf\cmake\Release\protoc tensorflow/core/framework/versions.proto --python_out=. -I.
google\protobuf\cmake\Release\protoc tensorflow/core/kernels/reader_base.proto --python_out=. -I.
google\protobuf\cmake\Release\protoc tensorflow/core/lib/core/error_codes.proto --python_out=. -I.
google\protobuf\cmake\Release\protoc tensorflow/core/protobuf/config.proto --python_out=. -I.
google\protobuf\cmake\Release\protoc tensorflow/core/protobuf/master.proto --python_out=. -I.
google\protobuf\cmake\Release\protoc tensorflow/core/protobuf/master_service.proto --python_out=. -I.
google\protobuf\cmake\Release\protoc tensorflow/core/protobuf/meta_graph.proto --python_out=. -I.
google\protobuf\cmake\Release\protoc tensorflow/core/protobuf/named_tensor.proto --python_out=. -I.
google\protobuf\cmake\Release\protoc tensorflow/core/protobuf/queue_runner.proto --python_out=. -I.
google\protobuf\cmake\Release\protoc tensorflow/core/protobuf/saver.proto --python_out=. -I.
google\protobuf\cmake\Release\protoc tensorflow/core/protobuf/worker.proto --python_out=. -I.
google\protobuf\cmake\Release\protoc tensorflow/core/protobuf/worker_service.proto --python_out=. -I.
google\protobuf\cmake\Release\protoc tensorflow/core/protobuf/tensorflow_server.proto --python_out=. -I.
google\protobuf\cmake\Release\protoc tensorflow/core/util/event.proto --python_out=. -I.
google\protobuf\cmake\Release\protoc tensorflow/core/util/memmapped_file_system.proto --python_out=. -I.
google\protobuf\cmake\Release\protoc tensorflow/core/util/saved_tensor_slice.proto --python_out=. -I.
google\protobuf\cmake\Release\protoc tensorflow/core/util/test_log.proto --python_out=. -I.
google\protobuf\cmake\Release\protoc tensorflow/python/training/checkpoint_state.proto --python_out=. -I.
google\protobuf\cmake\Release\protoc tensorflow/python/util/protobuf/compare_test.proto --python_out=. -I.