Skip to content

Commit 653a61c

Browse files
committed
clang
1 parent 8fd7984 commit 653a61c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Graph/build.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ ParseResult parse_json_model(RuntimeOptions options,
407407
}
408408
}
409409

410-
it_lab_ai::Tensor tmp_tensor = tensor;
410+
const it_lab_ai::Tensor& tmp_tensor = tensor;
411411
it_lab_ai::Tensor tmp_bias = it_lab_ai::make_tensor(tensor.get_bias());
412412

413413
auto conv_layer = it_lab_ai::LayerFactory::createConvLayer(

0 commit comments

Comments
 (0)