|
| 1 | +/* |
| 2 | + Copyright 2021 The TensorFlow Authors. All Rights Reserved. |
| 3 | +
|
| 4 | + Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | + you may not use this file except in compliance with the License. |
| 6 | + You may obtain a copy of the License at |
| 7 | +
|
| 8 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | +
|
| 10 | + Unless required by applicable law or agreed to in writing, software |
| 11 | + distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | + See the License for the specific language governing permissions and |
| 14 | + limitations under the License. |
| 15 | + ============================================================================== |
| 16 | + */ |
| 17 | + |
1 | 18 | // Generated by the protocol buffer compiler. DO NOT EDIT!
|
2 | 19 | // source: tensorflow/core/framework/api_def.proto
|
3 | 20 |
|
@@ -47,7 +64,7 @@ public interface ApiDefOrBuilder extends
|
47 | 64 | * <code>string deprecation_message = 12;</code>
|
48 | 65 | */
|
49 | 66 | com.google.protobuf.ByteString
|
50 |
| - getDeprecationMessageBytes(); |
| 67 | + getDeprecationMessageBytes(); |
51 | 68 |
|
52 | 69 | /**
|
53 | 70 | * <pre>
|
@@ -164,7 +181,8 @@ ApiDef.ArgOrBuilder getOutArgOrBuilder(
|
164 | 181 | * <code>repeated string arg_order = 11;</code>
|
165 | 182 | */
|
166 | 183 | java.util.List<String>
|
167 |
| - getArgOrderList(); |
| 184 | + getArgOrderList(); |
| 185 | + |
168 | 186 | /**
|
169 | 187 | * <pre>
|
170 | 188 | * List of original in_arg names to specify new argument order.
|
@@ -197,7 +215,7 @@ ApiDef.ArgOrBuilder getOutArgOrBuilder(
|
197 | 215 | * <code>repeated string arg_order = 11;</code>
|
198 | 216 | */
|
199 | 217 | com.google.protobuf.ByteString
|
200 |
| - getArgOrderBytes(int index); |
| 218 | + getArgOrderBytes(int index); |
201 | 219 |
|
202 | 220 | /**
|
203 | 221 | * <code>repeated .tensorflow.ApiDef.Attr attr = 6;</code>
|
|
0 commit comments