From 922f1193e987d3a56e99d666eda9e727896d93ca Mon Sep 17 00:00:00 2001 From: jackzhang235 Date: Thu, 19 Mar 2020 07:08:34 +0000 Subject: [PATCH] trigger ci, test=develop --- lite/kernels/mlu/bridges/conv_op.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lite/kernels/mlu/bridges/conv_op.cc b/lite/kernels/mlu/bridges/conv_op.cc index e9fdacdca9..ecf40b5fba 100644 --- a/lite/kernels/mlu/bridges/conv_op.cc +++ b/lite/kernels/mlu/bridges/conv_op.cc @@ -31,7 +31,7 @@ int ConvConverter(void* ctx, OpLite* op, KernelBase* kernel) { const auto* scope = op->scope(); VLOG(3) << "[MLU] Converting " << op_info->Type() << "... "; - // Get input, filter and op attributes + // get input, filter and op attributes const auto input_var_name = op_info->Input("Input").front(); const auto& input_dims_nhwc = scope->FindVar(input_var_name)->GetMutable()->dims(); -- GitLab