-
Notifications
You must be signed in to change notification settings - Fork 96
Expand file tree
/
Copy pathapi_alias_mapping.json
More file actions
204 lines (204 loc) · 12.6 KB
/
Copy pathapi_alias_mapping.json
File metadata and controls
204 lines (204 loc) · 12.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
{
"flash_attn.flash_attn_interface.flash_attn_varlen_func": "flash_attn.flash_attn_interface.flash_attn_unpadded_func",
"timm.models.layers.trunc_normal_": "torch.nn.init.trunc_normal_",
"torch.Tensor.arccos": "torch.Tensor.acos",
"torch.Tensor.arccos_": "torch.Tensor.acos_",
"torch.Tensor.arccosh": "torch.Tensor.acosh",
"torch.Tensor.arccosh_": "torch.Tensor.acosh_",
"torch.Tensor.arcsin": "torch.Tensor.asin",
"torch.Tensor.arcsin_": "torch.Tensor.asin_",
"torch.Tensor.arcsinh": "torch.Tensor.asinh",
"torch.Tensor.arcsinh_": "torch.Tensor.asinh_",
"torch.Tensor.arctan": "torch.Tensor.atan",
"torch.Tensor.arctan2": "torch.Tensor.atan2",
"torch.Tensor.arctan2_": "torch.Tensor.atan2_",
"torch.Tensor.arctan_": "torch.Tensor.atan_",
"torch.Tensor.arctanh": "torch.Tensor.atanh",
"torch.Tensor.arctanh_": "torch.Tensor.atanh_",
"torch.Tensor.greater_": "torch.Tensor.gt_",
"torch.Tensor.greater_equal_": "torch.Tensor.ge_",
"torch.Tensor.less_": "torch.Tensor.lt_",
"torch.Tensor.less_equal_": "torch.Tensor.le_",
"torch.Tensor.not_equal_": "torch.Tensor.ne_",
"torch.Tensor.subtract": "torch.Tensor.sub",
"torch.Tensor.subtract_": "torch.Tensor.sub_",
"torch.absolute": "torch.abs",
"torch.absolute_": "torch.abs_",
"torch.amp.autocast_mode.autocast": "torch.amp.autocast",
"torch.arccos": "torch.acos",
"torch.arccosh": "torch.acosh",
"torch.arcsin": "torch.asin",
"torch.arcsinh": "torch.asinh",
"torch.arctan": "torch.atan",
"torch.arctan2": "torch.atan2",
"torch.arctanh": "torch.atanh",
"torch.autograd.function.Function": "torch.autograd.Function",
"torch.autograd.set_grad_enabled": "torch.autograd.grad_mode.set_grad_enabled",
"torch.avg_pool1d": "torch.nn.functional.avg_pool1d",
"torch.bilinear": "torch.nn.functional.bilinear",
"torch.cdouble": "torch.complex128",
"torch.celu_": "torch.nn.functional.celu_",
"torch.channel_shuffle": "torch.nn.functional.channel_shuffle",
"torch.conv_tbc": "torch.nn.functional.conv_tbc",
"torch.conv_transpose1d": "torch.nn.functional.conv_transpose1d",
"torch.conv_transpose2d": "torch.nn.functional.conv_transpose2d",
"torch.conv_transpose3d": "torch.nn.functional.conv_transpose3d",
"torch.cosine_similarity": "torch.nn.functional.cosine_similarity",
"torch.cuda.reset_max_memory_reserved": "torch.cuda.reset_max_memory_cached",
"torch.digamma": "torch.special.digamma",
"torch.distributions.AbsTransform": "torch.distributions.transforms.AbsTransform",
"torch.distributions.AffineTransform": "torch.distributions.transforms.AffineTransform",
"torch.distributions.Bernoulli": "torch.distributions.bernoulli.Bernoulli",
"torch.distributions.Beta": "torch.distributions.beta.Beta",
"torch.distributions.Binomial": "torch.distributions.binomial.Binomial",
"torch.distributions.CatTransform": "torch.distributions.transforms.CatTransform",
"torch.distributions.Categorical": "torch.distributions.categorical.Categorical",
"torch.distributions.Cauchy": "torch.distributions.cauchy.Cauchy",
"torch.distributions.ComposeTransform": "torch.distributions.transforms.ComposeTransform",
"torch.distributions.ContinuousBernoulli": "torch.distributions.continuous_bernoulli.ContinuousBernoulli",
"torch.distributions.CumulativeDistributionTransform": "torch.distributions.transforms.CumulativeDistributionTransform",
"torch.distributions.Dirichlet": "torch.distributions.dirichlet.Dirichlet",
"torch.distributions.Distribution": "torch.distributions.distribution.Distribution",
"torch.distributions.Distribution.log_prob": "torch.distributions.distribution.Distribution.log_prob",
"torch.distributions.Distribution.rsample": "torch.distributions.distribution.Distribution.rsample",
"torch.distributions.Distribution.sample": "torch.distributions.distribution.Distribution.sample",
"torch.distributions.ExpTransform": "torch.distributions.transforms.ExpTransform",
"torch.distributions.Exponential": "torch.distributions.exponential.Exponential",
"torch.distributions.ExponentialFamily": "torch.distributions.exp_family.ExponentialFamily",
"torch.distributions.Geometric": "torch.distributions.geometric.Geometric",
"torch.distributions.Gumbel": "torch.distributions.gumbel.Gumbel",
"torch.distributions.Independent": "torch.distributions.independent.Independent",
"torch.distributions.IndependentTransform": "torch.distributions.transforms.IndependentTransform",
"torch.distributions.Laplace": "torch.distributions.laplace.Laplace",
"torch.distributions.LogNormal": "torch.distributions.log_normal.LogNormal",
"torch.distributions.Multinomial": "torch.distributions.multinomial.Multinomial",
"torch.distributions.MultivariateNormal": "torch.distributions.multivariate_normal.MultivariateNormal",
"torch.distributions.Normal": "torch.distributions.normal.Normal",
"torch.distributions.OneHotCategorical": "torch.distributions.one_hot_categorical.OneHotCategorical",
"torch.distributions.PowerTransform": "torch.distributions.transforms.PowerTransform",
"torch.distributions.ReshapeTransform": "torch.distributions.transforms.ReshapeTransform",
"torch.distributions.SigmoidTransform": "torch.distributions.transforms.SigmoidTransform",
"torch.distributions.SoftmaxTransform": "torch.distributions.transforms.SoftmaxTransform",
"torch.distributions.SoftplusTransform": "torch.distributions.transforms.SoftplusTransform",
"torch.distributions.StackTransform": "torch.distributions.transforms.StackTransform",
"torch.distributions.StickBreakingTransform": "torch.distributions.transforms.StickBreakingTransform",
"torch.distributions.TanhTransform": "torch.distributions.transforms.TanhTransform",
"torch.distributions.Transform": "torch.distributions.transforms.Transform",
"torch.distributions.TransformedDistribution": "torch.distributions.transformed_distribution.TransformedDistribution",
"torch.distributions.Uniform": "torch.distributions.uniform.Uniform",
"torch.erf": "torch.special.erf",
"torch.erfc": "torch.special.erfc",
"torch.erfinv": "torch.special.erfinv",
"torch.exp2": "torch.special.exp2",
"torch.functional.block_diag": "torch.block_diag",
"torch.functional.broadcast_tensors": "torch.broadcast_tensors",
"torch.functional.cartesian_prod": "torch.cartesian_prod",
"torch.functional.cdist": "torch.cdist",
"torch.functional.istft": "torch.istft",
"torch.functional.lu": "torch.lu",
"torch.functional.stft": "torch.stft",
"torch.functional.tensordot": "torch.tensordot",
"torch.functional.unique": "torch.unique",
"torch.half": "torch.float16",
"torch.hardshrink": "torch.nn.functional.hardshrink",
"torch.igamma": "torch.special.gammainc",
"torch.igammac": "torch.special.gammaincc",
"torch.int": "torch.int32",
"torch.logit": "torch.special.logit",
"torch.matrix_exp": "torch.linalg.matrix_exp",
"torch.matrix_power": "torch.linalg.matrix_power",
"torch.nn.NLLLoss2d": "torch.nn.NLLLoss",
"torch.nn.UninitializedParameter": "torch.nn.parameter.UninitializedParameter",
"torch.nn.modules.AvgPool1d": "torch.nn.AvgPool1d",
"torch.nn.modules.AvgPool2d": "torch.nn.AvgPool2d",
"torch.nn.modules.AvgPool3d": "torch.nn.AvgPool3d",
"torch.nn.modules.BatchNorm1d": "torch.nn.BatchNorm1d",
"torch.nn.modules.BatchNorm2d": "torch.nn.BatchNorm2d",
"torch.nn.modules.BatchNorm3d": "torch.nn.BatchNorm3d",
"torch.nn.modules.CosineSimilarity": "torch.nn.CosineSimilarity",
"torch.nn.modules.Dropout": "torch.nn.Dropout",
"torch.nn.modules.GroupNorm": "torch.nn.GroupNorm",
"torch.nn.modules.LSTM": "torch.nn.LSTM",
"torch.nn.modules.Linear": "torch.nn.Linear",
"torch.nn.modules.Module": "torch.nn.Module",
"torch.nn.modules.RNN": "torch.nn.RNN",
"torch.nn.modules.RNNBase": "torch.nn.RNNBase",
"torch.nn.modules.RNNCell": "torch.nn.RNNCell",
"torch.nn.modules.RNNCellBase": "torch.nn.RNNCellBase",
"torch.nn.modules.SyncBatchNorm": "torch.nn.SyncBatchNorm",
"torch.nn.modules.activation.ReLU": "torch.nn.ReLU",
"torch.nn.modules.batchnorm.BatchNorm1d": "torch.nn.BatchNorm1d",
"torch.nn.modules.batchnorm.BatchNorm2d": "torch.nn.BatchNorm2d",
"torch.nn.modules.batchnorm.BatchNorm3d": "torch.nn.BatchNorm3d",
"torch.nn.modules.batchnorm.SyncBatchNorm": "torch.nn.SyncBatchNorm",
"torch.nn.modules.conv.Conv2d": "torch.nn.Conv2d",
"torch.nn.modules.distance.CosineSimilarity": "torch.nn.CosineSimilarity",
"torch.nn.modules.linear.Linear": "torch.nn.Linear",
"torch.nn.modules.module.Module": "torch.nn.Module",
"torch.nn.modules.pooling.AvgPool1d": "torch.nn.AvgPool1d",
"torch.nn.modules.pooling.AvgPool2d": "torch.nn.AvgPool2d",
"torch.nn.modules.pooling.AvgPool3d": "torch.nn.AvgPool3d",
"torch.nn.modules.rnn.LSTM": "torch.nn.LSTM",
"torch.nn.modules.rnn.RNN": "torch.nn.RNN",
"torch.nn.modules.rnn.RNNBase": "torch.nn.RNNBase",
"torch.nn.modules.rnn.RNNCell": "torch.nn.RNNCell",
"torch.nn.modules.rnn.RNNCellBase": "torch.nn.RNNCellBase",
"torch.nn.modules.sparse.Embedding": "torch.nn.Embedding",
"torch.nn.parallel.DataParallel": "torch.nn.DataParallel",
"torch.nn.parallel.data_parallel.DataParallel": "torch.nn.DataParallel",
"torch.nn.parallel.distributed.DistributedDataParallel": "torch.nn.parallel.DistributedDataParallel",
"torch.nn.utils.clip_grad_norm": "torch.nn.utils.clip_grad_norm_",
"torch.nn.utils.spectral_norm.SpectralNorm.apply": "torch.nn.utils.spectral_norm",
"torch.optim.sgd.SGD": "torch.optim.SGD",
"torch.orgqr": "torch.linalg.householder_product",
"torch.pairwise_distance": "torch.nn.functional.pairwise_distance",
"torch.pdist": "torch.nn.functional.pdist",
"torch.pixel_shuffle": "torch.nn.functional.pixel_shuffle",
"torch.pixel_unshuffle": "torch.nn.functional.pixel_unshuffle",
"torch.polygamma": "torch.special.polygamma",
"torch.prelu": "torch.nn.functional.prelu",
"torch.random.manual_seed": "torch.manual_seed",
"torch.random.seed": "torch.seed",
"torch.relu_": "torch.nn.functional.relu_",
"torch.rrelu_": "torch.nn.functional.rrelu_",
"torch.selu_": "torch.nn.functional.selu_",
"torch.set_grad_enabled": "torch.autograd.grad_mode.set_grad_enabled",
"torch.short": "torch.int16",
"torch.sinc": "torch.special.sinc",
"torch.subtract": "torch.sub",
"torch.threshold": "torch.nn.functional.threshold",
"torch.threshold_": "torch.nn.functional.threshold_",
"torch.torch.Tensor": "torch.Tensor",
"torch.torch.finfo": "torch.finfo",
"torch.torch.tril": "torch.tril",
"torch.trapz": "torch.trapezoid",
"torch.utils.data.DistributedSampler": "torch.utils.data.distributed.DistributedSampler",
"torch.utils.data._utils.collate.default_collate": "torch.utils.data.default_collate",
"torch.utils.data.dataloader.DataLoader": "torch.utils.data.DataLoader",
"torch.utils.data.dataloader.default_collate": "torch.utils.data.default_collate",
"torch.utils.data.dataset.ConcatDataset": "torch.utils.data.ConcatDataset",
"torch.utils.data.dataset.Dataset": "torch.utils.data.Dataset",
"torch.utils.data.sampler.BatchSampler": "torch.utils.data.BatchSampler",
"torch.utils.data.sampler.RandomSampler": "torch.utils.data.RandomSampler",
"torch.utils.data.sampler.Sampler": "torch.utils.data.Sampler",
"torch.utils.data.sampler.SequentialSampler": "torch.utils.data.SequentialSampler",
"torch.utils.data.sampler.SubsetRandomSampler": "torch.utils.data.SubsetRandomSampler",
"torch.utils.data.sampler.WeightedRandomSampler": "torch.utils.data.WeightedRandomSampler",
"torch.utils.model_zoo.load_url": "torch.hub.load_state_dict_from_url",
"torch.xlogy": "torch.special.xlogy",
"torchvision.models.inception.Inception3": "torchvision.models.Inception3",
"transformers.configuration_utils.PretrainedConfig": "transformers.PretrainedConfig",
"transformers.generation.GenerationConfig": "transformers.GenerationConfig",
"transformers.generation.LogitsProcessor": "transformers.LogitsProcessor",
"transformers.generation.LogitsProcessorList": "transformers.LogitsProcessorList",
"transformers.generation.StoppingCriteriaList": "transformers.StoppingCriteriaList",
"transformers.generation.configuration_utils.GenerationConfig": "transformers.GenerationConfig",
"transformers.generation.logits_process.LogitsProcessor": "transformers.LogitsProcessor",
"transformers.generation.logits_process.LogitsProcessorList": "transformers.LogitsProcessorList",
"transformers.generation.stopping_criteria.StoppingCriteriaList": "transformers.StoppingCriteriaList",
"transformers.modeling_utils.PreTrainedModel": "transformers.PreTrainedModel",
"transformers.tokenization_utils.AddedToken": "transformers.AddedToken",
"transformers.tokenization_utils.PreTrainedTokenizer": "transformers.PreTrainedTokenizer",
"transformers.tokenization_utils_base.AddedToken": "transformers.AddedToken",
"transformers.utils.logging.get_logger": "transformers.logging.get_logger"
}