Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 574913082
  • Loading branch information
fergushenderson authored and copybara-github committed Oct 19, 2023
1 parent 7dca7ad commit f9fa7cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mediapipe/util/tflite/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,9 @@ cc_library_with_tflite(
name = "tflite_model_loader",
srcs = ["tflite_model_loader.cc"],
hdrs = ["tflite_model_loader.h"],
tflite_deps = ["@org_tensorflow//tensorflow/lite:framework_stable"],
tflite_deps = [
"@org_tensorflow//tensorflow/lite:framework_stable",
],
visibility = ["//visibility:public"],
deps = [
"//mediapipe/framework/api2:packet",
Expand Down
1 change: 1 addition & 0 deletions mediapipe/util/tflite/tflite_model_loader.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include "tensorflow/lite/model.h"

namespace mediapipe {

// Represents a TfLite model as a FlatBuffer.
using TfLiteModelPtr =
std::unique_ptr<tflite::FlatBufferModel,
Expand Down

0 comments on commit f9fa7cf

Please sign in to comment.