You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding E2E unit tests for KVTensorMetaData class (#4298)
Summary:
Pull Request resolved: #4298
X-link: facebookresearch/FBGEMM#1372
Context:
In the Publish Component, we have aligned to not use the conventional serialization and deserialization. We need to create a KVTensorMetaData object to pass data to the publish component
In this Diff:
1. We are adding a unit test for the KVTensorMetaData consistency
a. Serialization of KVT data
b. Construction of KVTensorMetaData object
c. Creation of ReadOnlyEmbeddingKVDB object
d. Narrow() Data Consistency from PMT and KVTensorMetaData
Reviewed By: duduyi2013
Differential Revision: D76234751
0 commit comments