"...composable_kernel_onnxruntime.git" did not exist on "4d40b1974e18e9215067fb4b1117213e69a2923e"
Commit 3633f1a8 authored by umang yadav's avatar umang yadav
Browse files

Formatting

parent d042eb98
...@@ -74,7 +74,6 @@ struct if_op ...@@ -74,7 +74,6 @@ struct if_op
for(const_module_ref smod : mods) for(const_module_ref smod : mods)
{ {
auto names = smod->get_parameter_names(); auto names = smod->get_parameter_names();
std::cout << smod->name() << std::endl;
pnames.insert(pnames.end(), names.begin(), names.end()); pnames.insert(pnames.end(), names.begin(), names.end());
} }
assert(pnames.size() < args.size()); assert(pnames.size() < args.size());
......
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