From b7a82d292d7e173311a5a9bda48057b60db5103a Mon Sep 17 00:00:00 2001 From: rocking Date: Wed, 18 May 2022 05:04:49 +0800 Subject: [PATCH] Remove line --- example/19_binary_elementwise/elementwise_add_1d.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/example/19_binary_elementwise/elementwise_add_1d.cpp b/example/19_binary_elementwise/elementwise_add_1d.cpp index ea65ad7bb9..5a04d479b6 100644 --- a/example/19_binary_elementwise/elementwise_add_1d.cpp +++ b/example/19_binary_elementwise/elementwise_add_1d.cpp @@ -59,9 +59,7 @@ int main() }; Tensor a_m(f_host_tensor_descriptor1d(M, 1)); - Tensor b_m(f_host_tensor_descriptor1d(M, 1)); - Tensor c_m(f_host_tensor_descriptor1d(M, 1)); a_m.GenerateTensorValue(GeneratorTensor_3{0.0, 1.0});