Specify a different outer class name for the generation of java output.

Change: 155296402
This commit is contained in:
Yao Zhang 2017-05-06 14:11:14 -08:00 committed by TensorFlower Gardener
parent b96fa4fc4c
commit 7cac7f24d1

View File

@ -17,6 +17,7 @@ syntax = "proto3";
package tensorflow;
option cc_enable_arenas = true;
option java_outer_classname = "DevicePropertiesProtos";
message DeviceProperties {
// Device type (CPU, GPU, ...)
@ -47,4 +48,4 @@ message DeviceProperties {
int64 memory_size = 12;
// Memory bandwidth in KB/s
int64 bandwidth = 13;
}
}