Skip to content

Commit

Permalink
Revert "[TFLite] Enable tflite in build for android and desktop."
Browse files Browse the repository at this point in the history
This reverts commit a4df03d0f45c1e99a0bb690f23062136f31ea23a.

Reason for revert:
https://ci.chromium.org/p/chrome/builders/ci/chromeos-eve-chrome/12253

Original change's description:
> [TFLite] Enable tflite in build for android and desktop.
>
> Bug: 1165517
> Binary-Size: Expected increase due to inclusion of TFLite in binary.
> Change-Id: I1c4c7b26f257c152d9477855ad32a77c0d30b85f
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2616241
> Reviewed-by: Andrew Grieve <agrieve@chromium.org>
> Reviewed-by: Tarun Bansal <tbansal@chromium.org>
> Reviewed-by: Sophie Chang <sophiechang@chromium.org>
> Commit-Queue: Michael Crouse <mcrouse@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#845026}

TBR=agrieve@chromium.org,tbansal@chromium.org,sophiechang@chromium.org,mcrouse@chromium.org,chromium-scoped@luci-project-accounts.iam.gserviceaccount.com

Change-Id: Ifc4b8bb20658eaa2a6622311adb31112dee5bb1a
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 1165517
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639419
Reviewed-by: Takuto Ikuta <tikuta@chromium.org>
Commit-Queue: Takuto Ikuta <tikuta@chromium.org>
Cr-Commit-Position: refs/heads/master@{#845098}
GitOrigin-RevId: 588e4989d4b4bcdaa9f8a583058af3bfc1b8e7ec
  • Loading branch information
Takuto Ikuta authored and copybara-github committed Jan 20, 2021
1 parent 11d3597 commit b99a1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tflite/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ source_set("tflite_public_headers") {
"src/tensorflow/lite/graph_info.h",
"src/tensorflow/lite/interpreter.h",
"src/tensorflow/lite/interpreter_builder.h",
"src/tensorflow/lite/kernels/builtin_op_kernels.h",
"src/tensorflow/lite/kernls/builtin_op_kernels.h",
"src/tensorflow/lite/model.h",
"src/tensorflow/lite/model_builder.h",
"src/tensorflow/lite/mutable_op_resolver.h",
Expand Down

0 comments on commit b99a1a6

Please sign in to comment.