"git@developer.sourcefind.cn:orangecat/ollama.git" did not exist on "f6f3713001d8afd0c443ba9eaee2116deab540e5"
Commit 02bb88a3 authored by Paul's avatar Paul
Browse files

Format

parent d30778d2
...@@ -146,7 +146,8 @@ struct mlir_program ...@@ -146,7 +146,8 @@ struct mlir_program
{ {
assert(s.standard()); assert(s.standard());
std::vector<int64_t> lens(s.lens().begin(), s.lens().end()); 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> 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