MIGRAPHX_THROW("FUSED_CONCAT: all input dimensions should match along non-axis: "+
std::to_string(axis));
});
if(mismatch_it!=concat_inputs.end())
MIGRAPHX_THROW("FUSED_CONCAT: all input dimensions should match along non-axis of "+std::to_string(axis)+": {"+to_string_range(first_shape_lens)+"} != {"+to_string_range(mismatch_it->lens())+"}");