Skip to content

Commit

Permalink
Automated sync from github.com/tensorflow/tensorflow (#2283)
Browse files Browse the repository at this point in the history
BUG=automated sync from upstream
NO_CHECK_TFLITE_FILES=automated sync from upstream
  • Loading branch information
TFLM-bot authored Oct 20, 2023
1 parent fa16acd commit 005e2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/lite/core/c/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ typedef struct TfLiteTensor {
// responsible to set data_is_stale to true.
// `delegate->CopyFromBufferHandle` can be called to copy the data from
// delegate buffer.
// WARNING: This is an // experimental interface that is subject to change.
// WARNING: This is an experimental interface that is subject to change.
bool data_is_stale;

// True if the tensor is a variable.
Expand Down

0 comments on commit 005e2fe

Please sign in to comment.