We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac0f18 commit 831230eCopy full SHA for 831230e
torch/csrc/jit/passes/onnx/unpack_quantized_weights.cpp
@@ -21,6 +21,8 @@ using namespace ::c10::onnx;
21
22
}
23
24
+// This function is not used.
25
+// But rather than deleting it, we keep it for some while.
26
#if 0
27
// Get the scale of the input to quantized op. There are two cases here
28
// 1. For ops with output_scale specified in op signature, we get the output
0 commit comments