Skip to content

Commit 904edd2

Browse files
authored
Automated sync from github.com/tensorflow/tensorflow (#2308)
BUG=automated sync from upstream NO_CHECK_TFLITE_FILES=automated sync from upstream
1 parent a4d6c5c commit 904edd2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

tensorflow/lite/c/builtin_op_data.h

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ limitations under the License.
1515
#ifndef TENSORFLOW_LITE_C_BUILTIN_OP_DATA_H_
1616
#define TENSORFLOW_LITE_C_BUILTIN_OP_DATA_H_
1717

18+
/// For documentation, see
19+
/// third_party/tensorflow/lite/core/c/builtin_op_data.h
20+
1821
#include "tensorflow/lite/core/c/builtin_op_data.h"
1922

2023
#endif // TENSORFLOW_LITE_C_BUILTIN_OP_DATA_H_

tensorflow/lite/c/common.h

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ limitations under the License.
2121
/// interpreter and the operations are C.
2222
///
2323
/// For documentation, see tensorflow/lite/core/c/common.h.
24+
///
25+
/// See also c_api_opaque.h which has more ABI-stable variants of some of these
26+
/// APIs.
2427

2528
#ifndef TENSORFLOW_LITE_C_COMMON_H_
2629
#define TENSORFLOW_LITE_C_COMMON_H_

0 commit comments

Comments
 (0)