commit | ada25e60dd22ac3f4a74b208dfa10a641ca90a30 | [log] [tgz] |
---|---|---|
author | Scott Todd <scotttodd@google.com> | Tue May 03 16:16:15 2022 -0700 |
committer | GitHub <noreply@github.com> | Tue May 03 16:16:15 2022 -0700 |
tree | b800466a499c231df86e0f860a0a856ba5988f90 | |
parent | 0b97908484a4119c433065937271984409ec9c2f [diff] [blame] |
Move bindings/tflite/ to runtime/bindings/tflite/. (#9043) This relates to https://github.com/google/iree/issues/8955 and was discussed [on discord here](https://discord.com/channels/689900678990135345/690274711523164166/969267557938917377). There are a few tests in this directory that have dependencies on the compiler (via `iree_bytecode_module`), but those are optionally enabled based on build features (`IREE_BUILD_COMPILER` and `IREE_BUILD_TESTS` in CMake).
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b101f0d..7a66336 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS
@@ -22,7 +22,7 @@ # Bindings /bindings/python/ @stellaraccident /runtime/bindings/python/ @stellaraccident -/bindings/tflite/ @benvanik +/runtime/bindings/tflite/ @benvanik # Integrations /integrations/ @benvanik @stellaraccident