Skip to content

Commit

Permalink
tab to spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
jwfromm committed May 10, 2019
1 parent 78d0b87 commit 3d4578d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/relay/pass/quantize.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class QConfigNode : public Node {
v->Visit("dtype_activation", &dtype_activation);
v->Visit("global_scale", &global_scale);
v->Visit("skip_k_conv", &skip_k_conv);
v->Visit("skip_conv_layers", &skip_conv_layers);
v->Visit("skip_conv_layers", &skip_conv_layers);
v->Visit("round_for_shift", &round_for_shift);
v->Visit("store_lowbit_output", &store_lowbit_output);
v->Visit("debug_enabled_ops", &debug_enabled_ops);
Expand Down

0 comments on commit 3d4578d

Please sign in to comment.