Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit d1941dd

Browse files
adstrawdiyessi
authored andcommitted
cleaning up loose ends for QLinearConv (#2725)
1 parent 2ffbfb1 commit d1941dd

File tree

20 files changed

+30
-26
lines changed

20 files changed

+30
-26
lines changed

src/ngraph/builder/quantization/quantized_linear_convolution.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ namespace ngraph
6161
requantization_scale);
6262
}
6363

64+
// TODO: this codes is falling back to fp32 convolution
65+
// need to make this the primary builder which means
66+
// 1) add support for zero point in QuantizeConvolution op API
67+
// 2) add QuantizedConvolution reference kernel, including zero point
6468
shared_ptr<Node> QuantizedLinearConvolution(shared_ptr<Node> input,
6569
shared_ptr<Node> filter,
6670
const Strides& window_movement_strides,
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)