From 42a0622b2455451e3487ea44ba81af344ee645e1 Mon Sep 17 00:00:00 2001 From: jackzhang235 Date: Wed, 18 Mar 2020 10:30:44 +0000 Subject: [PATCH] trigger ci-test, test=develop --- lite/kernels/mlu/bridges/test_helper.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lite/kernels/mlu/bridges/test_helper.cc b/lite/kernels/mlu/bridges/test_helper.cc index 9bb0a12057..c6c87e42b4 100644 --- a/lite/kernels/mlu/bridges/test_helper.cc +++ b/lite/kernels/mlu/bridges/test_helper.cc @@ -47,7 +47,7 @@ void LaunchOp(const std::shared_ptr op, const auto& bridges = subgraph::Registry::Instance(); CHECK(bridges.Exists(op_type, TARGET(kMLU))); - // Convert all of input data vars and added into the MLU IR graph + // Convert input data var and add it into the MLU IR graph for (auto& input_name : input_var_names) { auto input_tensor = scope->FindMutableTensor(input_name); CHECK(input_tensor); -- GitLab