LINC-BIT's picture
Upload 1912 files
b84549f verified
raw
history blame
260 Bytes
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT license.
weighted_modules = [
'Conv1d', 'Conv2d', 'Conv3d', 'ConvTranspose1d', 'ConvTranspose2d', 'ConvTranspose3d',
'Linear', 'Bilinear',
'PReLU',
'Embedding', 'EmbeddingBag',
]