提交 1b1c7e5f 编写于 作者: Z zhangwen31

[arm][test]fix: remove i64 test_case test=develop

上级 ba6c936f
...@@ -399,20 +399,6 @@ TEST(elementwise_op, compute_i32) { ...@@ -399,20 +399,6 @@ TEST(elementwise_op, compute_i32) {
} }
} }
TEST(elementwise_op, compute_i64) {
do_elementwise_compute<ElementwiseAddCompute, int64_t, PRECISION(kInt64)>(
"add");
do_elementwise_compute<ElementwiseSubCompute, int64_t, PRECISION(kInt64)>(
"sub");
do_elementwise_compute<ElementwiseMulCompute, int64_t, PRECISION(kInt64)>(
"mul");
do_elementwise_compute<ElementwiseDivCompute, int64_t, PRECISION(kInt64)>(
"div");
if (::testing::Test::HasFailure()) {
FAIL();
}
}
TEST(fusion_elementwise_add_activation_arm, retrive_op) { TEST(fusion_elementwise_add_activation_arm, retrive_op) {
auto fusion_elementwise_add_activation = auto fusion_elementwise_add_activation =
KernelRegistry::Global().Create("fusion_elementwise_add_activation"); KernelRegistry::Global().Create("fusion_elementwise_add_activation");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册