Update 0.3.1 -> 0.4.0
Merge request reports
Activity
Filter activity
31 * @brief Given a GraphView with parameters properly initialized and some calibration data, 32 * insert the LSQ quantizer nodes, and adjust their step-sizes. 33 * @param graphView The GraphView containing the graph to quantize. 34 * @param nbBits Number of quantization bits. 35 * @param calibrationData Calibration data used to adjust the spans. 36 * @param scale Multiplicative constant applied to the spans. 37 */ 38 void insertAndInitQuantizers(std::shared_ptr<GraphView> graphView, size_t nbBits, std::shared_ptr<Tensor> calibrationData); 39 40 } 41 } 42 43 #endif /* AIDGE_QUANTIZATION_QAT_LSQ_H_ */ 44 12 #ifndef AIDGE_QUANTIZATION_QUANTIZATION_QAT_LSQ_H_ 13 #define AIDGE_QUANTIZATION_QUANTIZATION_QAT_LSQ_H_ @bhalimi I don't know why you added a space at every lines.
added 2 commits
added 1 commit
- 06fb85e0 - Specialized release pipeline to build only CPU wheels.
added 1 commit
- 4cb08b56 - Specialized release pipeline to build only CPU wheels.
added 1 commit
- 9a5d8633 - Update manylinux image used by CIBW to manylinux 2.28.
added 1 commit
- c99193c6 - Update pyproject.toml with search path to debug locally.
added 1 commit
- 1eb79b12 - Remove CIBW test as they are currently stuck.
added 1 commit
- 67a5ce39 - Remove CIBW test as they are currently stuck.
added 4 commits
-
67a5ce39...bdf9541c - 3 commits from branch
main
- 00e24ca1 - Merge branch 'main' into dev
-
67a5ce39...bdf9541c - 3 commits from branch
enabled an automatic merge when all merge checks for 00e24ca1 pass
Please register or sign in to reply