Merge pull request #432 from ufownl:bugfix/compress_weights_ce

PiperOrigin-RevId: 688126076
This commit is contained in:
Copybara-Service 2024-10-21 07:18:53 -07:00
commit 054935d24b
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() {}