We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4d6c5c commit 904edd2Copy full SHA for 904edd2
tensorflow/lite/c/builtin_op_data.h
@@ -15,6 +15,9 @@ limitations under the License.
15
#ifndef TENSORFLOW_LITE_C_BUILTIN_OP_DATA_H_
16
#define TENSORFLOW_LITE_C_BUILTIN_OP_DATA_H_
17
18
+/// For documentation, see
19
+/// third_party/tensorflow/lite/core/c/builtin_op_data.h
20
+
21
#include "tensorflow/lite/core/c/builtin_op_data.h"
22
23
#endif // TENSORFLOW_LITE_C_BUILTIN_OP_DATA_H_
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.
24
+///
25
+/// See also c_api_opaque.h which has more ABI-stable variants of some of these
26
+/// APIs.
27
28
#ifndef TENSORFLOW_LITE_C_COMMON_H_
29
#define TENSORFLOW_LITE_C_COMMON_H_
0 commit comments