Skip to content

Commit a6b389d

Browse files
committed
Add license header
Signed-off-by: Ryan Nett <[email protected]>
1 parent cdc2e8a commit a6b389d

File tree

9 files changed

+781
-355
lines changed

9 files changed

+781
-355
lines changed

tensorflow-core/tensorflow-core-generator/src/main/java/org/tensorflow/proto/framework/ApiDef.java

Lines changed: 243 additions & 152 deletions
Large diffs are not rendered by default.

tensorflow-core/tensorflow-core-generator/src/main/java/org/tensorflow/proto/framework/ApiDefOrBuilder.java

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
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+
118
// Generated by the protocol buffer compiler. DO NOT EDIT!
219
// source: tensorflow/core/framework/api_def.proto
320

@@ -47,7 +64,7 @@ public interface ApiDefOrBuilder extends
4764
* <code>string deprecation_message = 12;</code>
4865
*/
4966
com.google.protobuf.ByteString
50-
getDeprecationMessageBytes();
67+
getDeprecationMessageBytes();
5168

5269
/**
5370
* <pre>
@@ -164,7 +181,8 @@ ApiDef.ArgOrBuilder getOutArgOrBuilder(
164181
* <code>repeated string arg_order = 11;</code>
165182
*/
166183
java.util.List<String>
167-
getArgOrderList();
184+
getArgOrderList();
185+
168186
/**
169187
* <pre>
170188
* List of original in_arg names to specify new argument order.
@@ -197,7 +215,7 @@ ApiDef.ArgOrBuilder getOutArgOrBuilder(
197215
* <code>repeated string arg_order = 11;</code>
198216
*/
199217
com.google.protobuf.ByteString
200-
getArgOrderBytes(int index);
218+
getArgOrderBytes(int index);
201219

202220
/**
203221
* <code>repeated .tensorflow.ApiDef.Attr attr = 6;</code>

0 commit comments

Comments
 (0)