Commit 02bb88a3 authored by Paul's avatar Paul
Browse files

Format

parent d30778d2
......@@ -146,7 +146,8 @@ struct mlir_program
{
assert(s.standard());
std::vector<int64_t> lens(s.lens().begin(), s.lens().end());
return mlirRankedTensorTypeGet(lens.size(), lens.data(), make_type(s.type()), mlirAttributeGetNull());
return mlirRankedTensorTypeGet(
lens.size(), lens.data(), make_type(s.type()), mlirAttributeGetNull());
}
template <class Range>
......
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