Specify a different outer class name for the generation of java output.
Change: 155296402
This commit is contained in:
parent
b96fa4fc4c
commit
7cac7f24d1
@ -17,6 +17,7 @@ syntax = "proto3";
|
|||||||
|
|
||||||
package tensorflow;
|
package tensorflow;
|
||||||
option cc_enable_arenas = true;
|
option cc_enable_arenas = true;
|
||||||
|
option java_outer_classname = "DevicePropertiesProtos";
|
||||||
|
|
||||||
message DeviceProperties {
|
message DeviceProperties {
|
||||||
// Device type (CPU, GPU, ...)
|
// Device type (CPU, GPU, ...)
|
||||||
@ -47,4 +48,4 @@ message DeviceProperties {
|
|||||||
int64 memory_size = 12;
|
int64 memory_size = 12;
|
||||||
// Memory bandwidth in KB/s
|
// Memory bandwidth in KB/s
|
||||||
int64 bandwidth = 13;
|
int64 bandwidth = 13;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user