Skip to content

Commit

Permalink
Bug Fix: Removed unused code
Browse files Browse the repository at this point in the history
Signed-off-by: princek <[email protected]>
  • Loading branch information
princekk123 authored and tqchen committed Jan 28, 2025
1 parent 85556df commit 2340081
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/relay/backend/contrib/mrvl/codegen.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,6 @@ class MrvlJSONSerializer : public backend::contrib::JSONSerializer {
auto json_node = std::make_shared<JSONGraphNode>(name, "kernel", inputs, 1);
SetMrvlLayerCommonAttrs(json_node, cn, layer_name_, name, data_layout,
"" /* no kernel_layout */, out_layout);
SetMrvlQuantAttrs(json_node, nodes.instrument_1, "1");
return json_node;
}

Expand Down

0 comments on commit 2340081

Please sign in to comment.