Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
change link
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartlomiej Gawrych committed Mar 11, 2022
1 parent a5d97c8 commit 0997db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operator/quantization/dnnl/dnnl_quantized_rnn-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class DNNLQuantizedRnnOp {
// Used to store the intermediate results of multi-layer
std::vector<dnnl::memory*> 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
Expand Down

0 comments on commit 0997db8

Please sign in to comment.