Skip to content

Commit 5315719

Browse files
committed
Updated documentation
1 parent 1d70786 commit 5315719

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tensorflow_lite_support/c/common_utils.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ namespace tflite {
2626
namespace support {
2727

2828
// Creates a TfLiteSupportError from absl::Status and passes it back as a parameter
29-
// which is a pointer to the error pointer. Example Usage With Image Classifier
29+
// which is a pointer to the error pointer.
30+
//
31+
// Example Usage With Image Classifier
32+
//
3033
// APIs: TfLiteImageClassifier* TfLiteImageClassifierFromOptions(
3134
// const TfLiteImageClassifierOptions* options,
3235
// TfLiteSupportError **error) {

0 commit comments

Comments
 (0)