Internal change
PiperOrigin-RevId: 532113907
This commit is contained in:
parent
fc9538533c
commit
e0eef9791e
|
@ -317,6 +317,7 @@ cc_library(
|
||||||
cc_test(
|
cc_test(
|
||||||
name = "image_cropping_calculator_test",
|
name = "image_cropping_calculator_test",
|
||||||
srcs = ["image_cropping_calculator_test.cc"],
|
srcs = ["image_cropping_calculator_test.cc"],
|
||||||
|
tags = ["not_run:arm"],
|
||||||
deps = [
|
deps = [
|
||||||
":image_cropping_calculator",
|
":image_cropping_calculator",
|
||||||
":image_cropping_calculator_cc_proto",
|
":image_cropping_calculator_cc_proto",
|
||||||
|
@ -650,6 +651,7 @@ cc_library(
|
||||||
cc_test(
|
cc_test(
|
||||||
name = "segmentation_smoothing_calculator_test",
|
name = "segmentation_smoothing_calculator_test",
|
||||||
srcs = ["segmentation_smoothing_calculator_test.cc"],
|
srcs = ["segmentation_smoothing_calculator_test.cc"],
|
||||||
|
tags = ["not_run:arm"],
|
||||||
deps = [
|
deps = [
|
||||||
":image_clone_calculator",
|
":image_clone_calculator",
|
||||||
":image_clone_calculator_cc_proto",
|
":image_clone_calculator_cc_proto",
|
||||||
|
@ -771,7 +773,10 @@ cc_test(
|
||||||
"//mediapipe/calculators/tensor:testdata/image_to_tensor/medium_sub_rect_with_rotation_border_zero_interp_cubic.png",
|
"//mediapipe/calculators/tensor:testdata/image_to_tensor/medium_sub_rect_with_rotation_border_zero_interp_cubic.png",
|
||||||
"//mediapipe/calculators/tensor:testdata/image_to_tensor/noop_except_range.png",
|
"//mediapipe/calculators/tensor:testdata/image_to_tensor/noop_except_range.png",
|
||||||
],
|
],
|
||||||
tags = ["desktop_only_test"],
|
tags = [
|
||||||
|
"desktop_only_test",
|
||||||
|
"not_run:arm",
|
||||||
|
],
|
||||||
deps = [
|
deps = [
|
||||||
":affine_transformation",
|
":affine_transformation",
|
||||||
":image_transformation_calculator",
|
":image_transformation_calculator",
|
||||||
|
|
|
@ -1052,6 +1052,7 @@ cc_test(
|
||||||
"testdata/image_to_tensor/medium_sub_rect_with_rotation_border_zero.png",
|
"testdata/image_to_tensor/medium_sub_rect_with_rotation_border_zero.png",
|
||||||
"testdata/image_to_tensor/noop_except_range.png",
|
"testdata/image_to_tensor/noop_except_range.png",
|
||||||
],
|
],
|
||||||
|
tags = ["not_run:arm"],
|
||||||
deps = [
|
deps = [
|
||||||
":image_to_tensor_calculator",
|
":image_to_tensor_calculator",
|
||||||
":image_to_tensor_converter",
|
":image_to_tensor_converter",
|
||||||
|
|
|
@ -1405,6 +1405,7 @@ cc_test(
|
||||||
"calculator_graph_test.cc",
|
"calculator_graph_test.cc",
|
||||||
],
|
],
|
||||||
linkstatic = 1,
|
linkstatic = 1,
|
||||||
|
tags = ["not_run:arm"],
|
||||||
visibility = ["//visibility:public"],
|
visibility = ["//visibility:public"],
|
||||||
deps = [
|
deps = [
|
||||||
":calculator_framework",
|
":calculator_framework",
|
||||||
|
|
|
@ -481,6 +481,7 @@ cc_library(
|
||||||
cc_test(
|
cc_test(
|
||||||
name = "tensor_test",
|
name = "tensor_test",
|
||||||
srcs = ["tensor_test.cc"],
|
srcs = ["tensor_test.cc"],
|
||||||
|
tags = ["not_run:arm"],
|
||||||
deps = [
|
deps = [
|
||||||
":tensor",
|
":tensor",
|
||||||
"//mediapipe/framework/port:gtest_main",
|
"//mediapipe/framework/port:gtest_main",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user