Project import generated by Copybara.

GitOrigin-RevId: 6e4aff1cc351be3ae4537b677f36d139ee50ce09
This commit is contained in:
MediaPipe Team
2021-03-25 22:09:18 -04:00
committed by chuoling
parent a92cff7a60
commit 7c331ad58b
175 changed files with 4804 additions and 1325 deletions
+20 -2
View File
@@ -42,9 +42,27 @@ index 67bd587162e..2a3c6bd30dc 100644
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-include "tensorflow/lite/delegates/gpu/common/task/serialization_base.fbs";
+include "../common/task/serialization_base.fbs";
namespace tflite.gpu.cl.data;
diff --git a/third_party/eigen3/eigen_archive.BUILD b/third_party/eigen3/eigen_archive.BUILD
index dad592bec48..670017c2c0f 100644
--- a/third_party/eigen3/eigen_archive.BUILD
+++ b/third_party/eigen3/eigen_archive.BUILD
@@ -49,6 +49,13 @@ cc_library(
visibility = ["//visibility:public"],
)
+# For backward compatibility.
+alias(
+ name = "eigen",
+ actual=":eigen3",
+ visibility = ["//visibility:public"],
+)
+
filegroup(
name = "eigen_header_files",
srcs = EIGEN_MPL2_HEADER_FILES,