Internal change

PiperOrigin-RevId: 532113907
This commit is contained in:
MediaPipe Team
2023-05-15 08:06:33 -07:00
committed by Copybara-Service
parent fc9538533c
commit e0eef9791e
4 changed files with 9 additions and 1 deletions
+1
View File
@@ -1405,6 +1405,7 @@ cc_test(
"calculator_graph_test.cc",
],
linkstatic = 1,
tags = ["not_run:arm"],
visibility = ["//visibility:public"],
deps = [
":calculator_framework",
+1
View File
@@ -481,6 +481,7 @@ cc_library(
cc_test(
name = "tensor_test",
srcs = ["tensor_test.cc"],
tags = ["not_run:arm"],
deps = [
":tensor",
"//mediapipe/framework/port:gtest_main",