[CCF Archive] Store object type eviction policy submission #3

Closed
kancel wants to merge 382 commits from kancel:ccf-archive-pr2746 into main
1 changed files with 5 additions and 5 deletions
Showing only changes of commit 6d0dae50ff - Show all commits

View File

@ -147,11 +147,11 @@ TEST_F(ObjectDataTypeTest, PutStartDefaultDataType) {
// Verify all enum values can roundtrip through uint8_t cast
TEST_F(ObjectDataTypeTest, EnumRoundtrip) {
std::vector<ObjectDataType> all_types = {
ObjectDataType::UNKNOWN, ObjectDataType::KVCACHE,
ObjectDataType::TENSOR, ObjectDataType::WEIGHT,
ObjectDataType::SAMPLE, ObjectDataType::ACTIVATION,
ObjectDataType::GRADIENT, ObjectDataType::OPTIMIZER_STATE,
ObjectDataType::METADATA, ObjectDataType::GENERAL,
ObjectDataType::UNKNOWN, ObjectDataType::KVCACHE,
ObjectDataType::TENSOR, ObjectDataType::WEIGHT,
ObjectDataType::SAMPLE, ObjectDataType::ACTIVATION,
ObjectDataType::GRADIENT, ObjectDataType::OPTIMIZER_STATE,
ObjectDataType::METADATA, ObjectDataType::GENERAL,
ObjectDataType::HIDDEN_STATE,
};