From 7cac7f24d1c9c80d8ff8b17d4a52605486f1550f Mon Sep 17 00:00:00 2001 From: Yao Zhang Date: Sat, 6 May 2017 14:11:14 -0800 Subject: [PATCH] Specify a different outer class name for the generation of java output. Change: 155296402 --- tensorflow/core/protobuf/device_properties.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tensorflow/core/protobuf/device_properties.proto b/tensorflow/core/protobuf/device_properties.proto index bb3d187ee68..9b1497c710d 100644 --- a/tensorflow/core/protobuf/device_properties.proto +++ b/tensorflow/core/protobuf/device_properties.proto @@ -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; -} \ No newline at end of file +}