Skip to content
Snippets Groups Projects

Quantization ptq

Merged Inna Kucher requested to merge quantization_ptq into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -31,7 +31,7 @@ protected:
public:
Hook(std::shared_ptr<Operator> op) : mOperator(op) {}
~Hook() = default;
virtual ~Hook();
virtual void call() = 0;
Loading