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, ...)
|
||||||
|
Loading…
Reference in New Issue
Block a user