We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 094eeb2 commit 6b7c338Copy full SHA for 6b7c338
torchrec/__init__.py
@@ -21,6 +21,11 @@
21
EmbeddingBagCollectionInterface,
22
EmbeddingCollection,
23
) # noqa
24
+from torchrec.modules.hash_mc_modules import HashZchManagedCollisionModule # noqa
25
+from torchrec.modules.mc_embedding_modules import ( # noqa
26
+ ManagedCollisionEmbeddingBagCollection,
27
+ ManagedCollisionEmbeddingCollection,
28
+)
29
from torchrec.sparse.jagged_tensor import ( # noqa
30
JaggedTensor,
31
KeyedJaggedTensor,
0 commit comments