Skip to content

Commit 831230e

Browse files
committed
Add comment
1 parent bac0f18 commit 831230e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

torch/csrc/jit/passes/onnx/unpack_quantized_weights.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ using namespace ::c10::onnx;
2121

2222
}
2323

24+
// This function is not used.
25+
// But rather than deleting it, we keep it for some while.
2426
#if 0
2527
// Get the scale of the input to quantized op. There are two cases here
2628
// 1. For ops with output_scale specified in op signature, we get the output

0 commit comments

Comments
 (0)