Skip to content

Commit

Permalink
Refactor serialization: split by granularity. (#236)
Browse files Browse the repository at this point in the history
Rather than splitting by algorithm used to serialize a model, it is better to split by granularity, as this can reveal duplicated code that can be simplified. In this change, I only move code around, with minimal changes, to make it easier to review. Next changes will start removing duplicated code, extracting common utilities around, simplifying things by a lot.

Signed-off-by: Mihai Maruseac <mihaimaruseac@google.com>
  • Loading branch information
mihaimaruseac authored Jul 15, 2024
1 parent 989cdda commit 73578c1
Show file tree
Hide file tree
Showing 5 changed files with 895 additions and 805 deletions.
227 changes: 0 additions & 227 deletions model_signing/serialization/itemized.py

This file was deleted.

Loading

0 comments on commit 73578c1

Please sign in to comment.