"git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "1b33704ea48c2ab34cf641e4b74ffa1016bbae5c"
Commit af4561c4 authored by charlie's avatar charlie
Browse files

Comment addition

parent 07032f42
...@@ -40,6 +40,7 @@ static void update_op(const instruction_ref& input, const instruction_ref& ins, ...@@ -40,6 +40,7 @@ static void update_op(const instruction_ref& input, const instruction_ref& ins,
auto val = op.to_value(); auto val = op.to_value();
auto op_padding = val.at("padding").to_vector<size_t>(); auto op_padding = val.at("padding").to_vector<size_t>();
// skip if shape is dynamic
if(input->get_shape().dynamic()) if(input->get_shape().dynamic())
{ {
return; return;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment