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 4b5b5e2 commit cef7feaCopy full SHA for cef7fea
torchrec/distributed/embedding_lookup.py
@@ -14,13 +14,14 @@
14
15
import torch
16
import torch.distributed as dist
17
+from fbgemm_gpu.split_table_batched_embeddings_ops_common import BackendType
18
from fbgemm_gpu.split_table_batched_embeddings_ops_inference import (
19
IntNBitTableBatchedEmbeddingBagsCodegen,
20
)
21
from fbgemm_gpu.split_table_batched_embeddings_ops_training import (
22
SplitTableBatchedEmbeddingBagsCodegen,
23
-from fbgemm_gpu.tbe.ssd.training import BackendType, SSDTableBatchedEmbeddingBags
24
+from fbgemm_gpu.tbe.ssd.training import SSDTableBatchedEmbeddingBags
25
from fbgemm_gpu.tbe.ssd.utils.partially_materialized_tensor import (
26
PartiallyMaterializedTensor,
27
0 commit comments