Skip to content

Commit

Permalink
Sync from upstream TF.
Browse files Browse the repository at this point in the history
  • Loading branch information
TFLM-bot committed Oct 30, 2024
1 parent 389e775 commit 28acb6a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 681 deletions.
4 changes: 4 additions & 0 deletions tensorflow/lite/core/api/flatbuffer_conversions.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ limitations under the License.
#include "tensorflow/lite/kernels/internal/compatibility.h"
#include "tensorflow/lite/schema/schema_generated.h"

// TODO(sosagarcia): Rework all function implementations to wrap around the
// compiler flatbuffer_conversions.
// LINT.IfChange
namespace tflite {

namespace {
Expand Down Expand Up @@ -2943,3 +2946,4 @@ TfLiteStatus ParseOpData(const Operator* op, BuiltinOperator op_type,
}

} // namespace tflite
// LINT.ThenChange(//tensorflow/compiler/mlir/lite/core/api/flatbuffer_conversions.cc)
Loading

0 comments on commit 28acb6a

Please sign in to comment.