Fix compilation errors of "compress_weights" target

This commit is contained in:
RangerUFO 2024-10-19 21:30:30 +08:00
parent 02ce1e344f
commit 7d313aaade
1 changed files with 3 additions and 1 deletions

View File

@ -444,8 +444,10 @@ class CompressStats {
char padding_[64]; // prevent false sharing
};
#else
class DistortionStats;
struct CompressStats {
void Notify(...) {}
void Notify(const DistortionStats&) {}
void NotifyIn(int) {}
void Assimilate(const CompressStats&) {}
void PrintAll() {}