From fde252dbddf3de23c6c8bae4df1ea721a0aadf7a Mon Sep 17 00:00:00 2001 From: Bartlomiej Gawrych Date: Thu, 10 Mar 2022 17:20:05 +0100 Subject: [PATCH] change link --- src/operator/quantization/dnnl/dnnl_quantized_rnn-inl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/operator/quantization/dnnl/dnnl_quantized_rnn-inl.h b/src/operator/quantization/dnnl/dnnl_quantized_rnn-inl.h index e3c28e6a4711..9030fb38f5ab 100644 --- a/src/operator/quantization/dnnl/dnnl_quantized_rnn-inl.h +++ b/src/operator/quantization/dnnl/dnnl_quantized_rnn-inl.h @@ -63,7 +63,7 @@ class DNNLQuantizedRnnOp { // Used to store the intermediate results of multi-layer std::vector dst_; // According to - // https://intel.github.io/mkl-dnn/dev_guide_int8_computations.html, the + // https://oneapi-src.github.io/oneDNN/dev_guide_int8_computations.html, the // non-symmetric quantization is assumed by LSTM primitive. Namely, the // formula is: // data_f32 = (data_u8 - shift) / scale