From 312c78d421c693249c22020b7be48b57fb5eba34 Mon Sep 17 00:00:00 2001 From: TFLM-bot Date: Fri, 10 Nov 2023 14:02:53 +0000 Subject: [PATCH] Sync from upstream TF. --- tensorflow/lite/c/builtin_op_data.h | 3 +++ tensorflow/lite/c/common.h | 3 +++ 2 files changed, 6 insertions(+) diff --git a/tensorflow/lite/c/builtin_op_data.h b/tensorflow/lite/c/builtin_op_data.h index 7628e5ad1f9..0606819288b 100644 --- a/tensorflow/lite/c/builtin_op_data.h +++ b/tensorflow/lite/c/builtin_op_data.h @@ -15,6 +15,9 @@ limitations under the License. #ifndef TENSORFLOW_LITE_C_BUILTIN_OP_DATA_H_ #define TENSORFLOW_LITE_C_BUILTIN_OP_DATA_H_ +/// For documentation, see +/// third_party/tensorflow/lite/core/c/builtin_op_data.h + #include "tensorflow/lite/core/c/builtin_op_data.h" #endif // TENSORFLOW_LITE_C_BUILTIN_OP_DATA_H_ diff --git a/tensorflow/lite/c/common.h b/tensorflow/lite/c/common.h index f5a31d3f0cd..8a8b51331c4 100644 --- a/tensorflow/lite/c/common.h +++ b/tensorflow/lite/c/common.h @@ -21,6 +21,9 @@ limitations under the License. /// interpreter and the operations are C. /// /// For documentation, see tensorflow/lite/core/c/common.h. +/// +/// See also c_api_opaque.h which has more ABI-stable variants of some of these +/// APIs. #ifndef TENSORFLOW_LITE_C_COMMON_H_ #define TENSORFLOW_LITE_C_COMMON_H_