Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ddavis-2015 committed Nov 19, 2024
1 parent 2f8cead commit 83dafce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tensorflow/lite/micro/compression.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ enum class CompressionScheme : uint8_t {
kBinQuant,
};

// TODO(ddavis-2015): pack struct
struct LookupTableData {
static constexpr size_t kMaxBitWidth = 7;
static constexpr size_t kMaxValueTableChannelStride = 128;
Expand All @@ -51,13 +50,11 @@ union CompressionData {
LookupTableData* lut_data;
};

// TODO(ddavis-2015): pack struct
struct CompressionTensorData {
CompressionScheme scheme;
CompressionData data;
};

// TODO(ddavis-2015): pack struct
struct CompressedTensorList {
// Sparsely populated array with the same number of elements as there are
// tensors in the Subgraph. An alternative would include a tensor index in
Expand Down

0 comments on commit 83dafce

Please sign in to comment.