{
    "torch.matmul": "mindspore.mint.matmul",
    "torch.is_tensor": "mindspore.is_tensor",
    "torch.isnan": "mindspore.isnan",
    "torch.from_numpy": "mindspore.Tensor",
    "torch.argwhere": "mindspore.mint.nonzero",
    "torch.nn.functional.embedding": "mindspore.mint.nn.functional.embedding",
    "torch.nn.functional.silu": "mindspore.mint.nn.functional.silu",
    "torch.repeat_interleave": "mindspore.mint.repeat_interleave",
    "torch.topk": "mindspore.mint.topk",
    "torch.is_grad_enabled": "mindspore.common.api._pynative_executor.enable_grad",
    "torch.manual_seed": "mindspore.default_generator.manual_seed",
    "torch.get_rng_state": "mindspore.default_generator.get_state",
    "torch.set_rng_state": "mindspore.default_generator.set_state",
    "torch.abs": "mindspore.mint.abs",
    "torch.acos": "mindspore.mint.acos",
    "torch.acosh": "mindspore.mint.acosh",
    "torch.add": "mindspore.mint.add",
    "torch.addbmm": "mindspore.mint.addbmm",
    "torch.addmm": "mindspore.mint.addmm",
    "torch.addmv": "mindspore.mint.addmv",
    "torch.all": "mindspore.mint.all",
    "torch.allclose": "mindspore.mint.allclose",
    "torch.any": "mindspore.mint.any",
    "torch.arccos": "mindspore.mint.arccos",
    "torch.arccosh": "mindspore.mint.arccosh",
    "torch.arcsinh": "mindspore.mint.arcsinh",
    "torch.arctan": "mindspore.mint.arctan",
    "torch.arctan2": "mindspore.mint.arctan2",
    "torch.arctanh": "mindspore.mint.arctanh",
    "torch.argmax": "mindspore.mint.argmax",
    "torch.argmin": "mindspore.mint.argmin",
    "torch.argsort": "mindspore.mint.argsort",
    "torch.asin": "mindspore.mint.asin",
    "torch.asinh": "mindspore.mint.asinh",
    "torch.atan": "mindspore.mint.atan",
    "torch.atan2": "mindspore.mint.atan2",
    "torch.atanh": "mindspore.mint.atanh",
    "torch.baddbmm": "mindspore.mint.baddbmm",
    "torch.bernoulli": "mindspore.mint.bernoulli",
    "torch.bincount": "mindspore.mint.bincount",
    "torch.bitwise_and": "mindspore.mint.bitwise_and",
    "torch.bitwise_or": "mindspore.mint.bitwise_or",
    "torch.bitwise_xor": "mindspore.mint.bitwise_xor",
    "torch.bmm": "mindspore.mint.bmm",
    "torch.broadcast_to": "mindspore.mint.broadcast_to",
    "torch.cat": "mindspore.mint.cat",
    "torch.cdist": "mindspore.mint.cdist",
    "torch.chunk": "mindspore.mint.chunk",
    "torch.ceil": "mindspore.mint.ceil",
    "torch.clamp": "mindspore.mint.clamp",
    "torch.clone": "mindspore.mint.clone",
    "torch.concat": "mindspore.mint.concat",
    "torch.count_nonzero": "mindspore.mint.count_nonzero",
    "torch.cos": "mindspore.mint.cos",
    "torch.cosh": "mindspore.mint.cosh",
    "torch.cross": "mindspore.mint.cross",
    "torch.cummax": "mindspore.mint.cummax",
    "torch.cummin": "mindspore.mint.cummin",
    "torch.cumprod": "mindspore.mint.cumprod",
    "torch.cumsum": "mindspore.mint.cumsum",
    "torch.diff": "mindspore.mint.diff",
    "torch.div": "mindspore.mint.div",
    "torch.divide": "mindspore.mint.divide",
    "torch.dot": "mindspore.mint.dot",
    "torch.einsum": "mindspore.mint.einsum",
    "torch.empty_like": "mindspore.mint.empty_like",
    "torch.equal": "mindspore.mint.equal",
    "torch.eq": "mindspore.mint.eq",
    "torch.erf": "mindspore.mint.erf",
    "torch.erfc": "mindspore.mint.erfc",
    "torch.erfinv": "mindspore.mint.erfinv",
    "torch.exp2": "mindspore.mint.exp2",
    "torch.expm1": "mindspore.mint.expm1",
    "torch.eye": "mindspore.mint.eye",
    "torch.float_power": "mindspore.mint.float_power",
    "torch.flatten": "mindspore.mint.flatten",
    "torch.flip": "mindspore.mint.flip",
    "torch.floor": "mindspore.mint.floor",
    "torch.fmod": "mindspore.mint.fmod",
    "torch.frac": "mindspore.mint.frac",
    "torch.full_like": "mindspore.mint.full_like",
    "torch.gather": "mindspore.mint.gather",
    "torch.greater": "mindspore.mint.greater",
    "torch.greater_equal": "mindspore.mint.greater_equal",
    "torch.gt": "mindspore.mint.gt",
    "torch.histc": "mindspore.mint.histc",
    "torch.index_select": "mindspore.mint.index_select",
    "torch.inverse": "mindspore.mint.inverse",
    "torch.isclose": "mindspore.mint.isclose",
    "torch.isfinite": "mindspore.mint.isfinite",
    "torch.isinf": "mindspore.mint.isinf",
    "torch.isneginf": "mindspore.mint.isneginf",
    "torch.le": "mindspore.mint.le",
    "torch.lerp": "mindspore.mint.lerp",
    "torch.less": "mindspore.mint.less",
    "torch.less_equal": "mindspore.mint.less_equal",
    "torch.linspace": "mindspore.mint.linspace",
    "torch.log": "mindspore.mint.log",
    "torch.log2": "mindspore.mint.log2",
    "torch.log10": "mindspore.mint.log10",
    "torch.logaddexp": "mindspore.mint.logaddexp",
    "torch.logsumexp": "mindspore.mint.logsumexp",
    "torch.log1p": "mindspore.mint.log1p",
    "torch.logical_and": "mindspore.mint.logical_and",
    "torch.logical_not": "mindspore.mint.logical_not",
    "torch.logical_or": "mindspore.mint.logical_or",
    "torch.logical_xor": "mindspore.mint.logical_xor",
    "torch.lt": "mindspore.mint.lt",
    "torch.masked_select": "mindspore.mint.masked_select",
    "torch.max": "mindspore.mint.max",
    "torch.maximum": "mindspore.mint.maximum",
    "torch.mean": "mindspore.mint.mean",
    "torch.mul": "mindspore.mint.mul",
    "torch.min": "mindspore.mint.min",
    "torch.minimum": "mindspore.mint.minimum",
    "torch.mm": "mindspore.mint.mm",
    "torch.multinomial": "mindspore.mint.multinomial",
    "torch.mv": "mindspore.mint.mv",
    "torch.nan_to_num": "mindspore.mint.nan_to_num",
    "torch.narrow": "mindspore.mint.narrow",
    "torch.ne": "mindspore.mint.ne",
    "torch.neg": "mindspore.mint.neg",
    "torch.negative": "mindspore.mint.negative",
    "torch.nonzero": "mindspore.mint.nonzero",
    "torch.norm": "mindspore.mint.norm",
    "torch.ones_like": "mindspore.mint.ones_like",
    "torch.outer": "mindspore.mint.outer",
    "torch.permute": "mindspore.mint.permute",
    "torch.polar": "mindspore.mint.polar",
    "torch.pow": "mindspore.mint.pow",
    "torch.prod": "mindspore.mint.prod",
    "torch.rand_like": "mindspore.mint.rand_like",
    "torch.randint": "mindspore.mint.randint",
    "torch.randn": "mindspore.mint.randn",
    "torch.randn_like": "mindspore.mint.randn_like",
    "torch.randperm": "mindspore.mint.randperm",
    "torch.ravel": "mindspore.mint.ravel",
    "torch.reciprocal": "mindspore.mint.reciprocal",
    "torch.remainder": "mindspore.mint.remainder",
    "torch.reshape": "mindspore.mint.reshape",
    "torch.roll": "mindspore.mint.roll",
    "torch.round": "mindspore.mint.round",
    "torch.rsqrt": "mindspore.mint.rsqrt",
    "torch.scatter": "mindspore.mint.scatter",
    "torch.scatter_add": "mindspore.mint.scatter_add",
    "torch.select": "mindspore.mint.select",
    "torch.sigmoid": "mindspore.mint.sigmoid",
    "torch.sign": "mindspore.mint.sign",
    "torch.sin": "mindspore.mint.sin",
    "torch.sinc": "mindspore.mint.sinc",
    "torch.sinh": "mindspore.mint.sinh",
    "torch.sort": "mindspore.mint.sort",
    "torch.split": "mindspore.mint.split",
    "torch.sqrt": "mindspore.mint.sqrt",
    "torch.square": "mindspore.mint.square",
    "torch.squeeze": "mindspore.mint.squeeze",
    "torch.std": "mindspore.mint.std",
    "torch.std_mean": "mindspore.mint.std_mean",
    "torch.sub": "mindspore.mint.sub",
    "torch.sum": "mindspore.mint.sum",
    "torch.swapaxes": "mindspore.mint.swapaxes",
    "torch.t": "mindspore.mint.t",
    "torch.tan": "mindspore.mint.tan",
    "torch.tanh": "mindspore.mint.tanh",
    "torch.tile": "mindspore.mint.tile",
    "torch.trace": "mindspore.mint.trace",
    "torch.transpose": "mindspore.mint.transpose",
    "torch.tril": "mindspore.mint.tril",
    "torch.triu": "mindspore.mint.triu",
    "torch.trunc": "mindspore.mint.trunc",
    "torch.unbind": "mindspore.mint.unbind",
    "torch.unique": "mindspore.mint.unique",
    "torch.unique_consecutive": "mindspore.mint.unique_consecutive",
    "torch.unsqueeze": "mindspore.mint.unsqueeze",
    "torch.var": "mindspore.mint.var",
    "torch.var_mean": "mindspore.mint.var_mean",
    "torch.where": "mindspore.mint.where",
    "torch.xlogy": "mindspore.mint.xlogy",
    "torch.linalg.inv": "mindspore.mint.linalg.inv",
    "torch.linalg.matrix_norm": "mindspore.mint.linalg.matrix_norm",
    "torch.linalg.norm": "mindspore.mint.linalg.norm",
    "torch.linalg.vector_norm": "mindspore.mint.linalg.vector_norm",
    "torch.distributed.all_gather": "mindspore.mint.distributed.all_gather",
    "torch.distributed.all_gather_object": "mindspore.mint.distributed.all_gather_object",
    "torch.distributed.all_to_all_single": "mindspore.mint.distributed.all_to_all_single",
    "torch.distributed.all_to_all": "mindspore.mint.distributed.all_to_all",
    "torch.distributed.barrier": "mindspore.mint.distributed.barrier",
    "torch.distributed.batch_isend_irecv": "mindspore.mint.distributed.batch_isend_irecv",
    "torch.distributed.broadcast_object_list": "mindspore.mint.distributed.broadcast_object_list",
    "torch.distributed.gather": "mindspore.mint.distributed.gather",
    "torch.distributed.gather_object": "mindspore.mint.distributed.gather_object",
    "torch.distributed.get_backend": "mindspore.mint.distributed.get_backend",
    "torch.distributed.get_global_rank": "mindspore.mint.distributed.get_global_rank",
    "torch.distributed.get_group_rank": "mindspore.mint.distributed.get_group_rank",
    "torch.distributed.get_process_group_ranks": "mindspore.mint.distributed.get_process_group_ranks",
    "torch.distributed.recv": "mindspore.mint.distributed.recv",
    "torch.distributed.reduce": "mindspore.mint.distributed.reduce",
    "torch.distributed.reduce_scatter": "mindspore.mint.distributed.reduce_scatter",
    "torch.distributed.reduce_scatter_tensor": "mindspore.mint.distributed.reduce_scatter_tensor",
    "torch.distributed.scatter_object_list": "mindspore.mint.distributed.scatter_object_list",
    "torch.distributed.send": "mindspore.mint.distributed.send",
    "torch.nn.AdaptiveAvgPool1d": "mindspore.mint.nn.AdaptiveAvgPool1d",
    "torch.nn.AdaptiveAvgPool2d": "mindspore.mint.nn.AdaptiveAvgPool2d",
    "torch.nn.AdaptiveAvgPool3d": "mindspore.mint.nn.AdaptiveAvgPool3d",
    "torch.nn.AvgPool2d": "mindspore.mint.nn.AvgPool2d",
    "torch.nn.BCELoss": "mindspore.mint.nn.BCELoss",
    "torch.nn.BCEWithLogitsLoss": "mindspore.mint.nn.BCEWithLogitsLoss",
    "torch.nn.BatchNorm1d": "mindspore.mint.nn.BatchNorm1d",
    "torch.nn.BatchNorm2d": "mindspore.mint.nn.BatchNorm2d",
    "torch.nn.BatchNorm3d": "mindspore.mint.nn.BatchNorm3d",
    "torch.nn.ConstantPad1d": "mindspore.mint.nn.ConstantPad1d",
    "torch.nn.ConstantPad2d": "mindspore.mint.nn.ConstantPad2d",
    "torch.nn.ConstantPad3d": "mindspore.mint.nn.ConstantPad3d",
    "torch.nn.Conv2d": "mindspore.mint.nn.Conv2d",
    "torch.nn.ConvTranspose2d": "mindspore.mint.nn.ConvTranspose2d",
    "torch.nn.CrossEntropyLoss": "mindspore.mint.nn.CrossEntropyLoss",
    "torch.nn.Dropout": "mindspore.mint.nn.Dropout",
    "torch.nn.Embedding": "mindspore.mint.nn.Embedding",
    "torch.nn.Flatten": "mindspore.mint.flatten",
    "torch.nn.Fold": "mindspore.mint.nn.Fold",
    "torch.nn.GELU": "mindspore.mint.nn.GELU",
    "torch.nn.GroupNorm": "mindspore.mint.nn.GroupNorm",
    "torch.nn.Hardshrink": "mindspore.mint.nn.Hardshrink",
    "torch.nn.Hardsigmoid": "mindspore.mint.nn.Hardsigmoid",
    "torch.nn.Hardswish": "mindspore.mint.nn.Hardswish",
    "torch.nn.Identity": "mindspore.mint.nn.Identity",
    "torch.nn.L1Loss": "mindspore.mint.nn.L1Loss",
    "torch.nn.LayerNorm": "mindspore.mint.nn.LayerNorm",
    "torch.nn.LogSigmoid": "mindspore.mint.nn.LogSigmoid",
    "torch.nn.LogSoftMax": "mindspore.mint.nn.LogSoftmax",
    "torch.nn.MSELoss": "mindspore.mint.nn.MSELoss",
    "torch.nn.MaxUnpool2d": "mindspore.mint.nn.MaxUnpool2d",
    "torch.nn.Mish": "mindspore.mint.nn.Mish",
    "torch.nn.NLLLoss": "mindspore.mint.nn.NLLLoss",
    "torch.nn.PReLU": "mindspore.mint.nn.PReLU",
    "torch.nn.ReLU": "mindspore.mint.nn.ReLU",
    "torch.nn.ReLU6": "mindspore.mint.nn.ReLU6",
    "torch.nn.ReflectionPad1d": "mindspore.mint.nn.ReflectionPad1d",
    "torch.nn.ReflectionPad2d": "mindspore.mint.nn.ReflectionPad2d",
    "torch.nn.ReflectionPad3d": "mindspore.mint.nn.ReflectionPad3d",
    "torch.nn.ReplicationPad1d": "mindspore.mint.nn.ReplicationPad1d",
    "torch.nn.ReplicationPad2d": "mindspore.mint.nn.ReplicationPad2d",
    "torch.nn.ReplicationPad3d": "mindspore.mint.nn.ReplicationPad3d",
    "torch.nn.SeLU": "mindspore.mint.nn.SELU",
    "torch.nn.SiLU": "mindspore.mint.nn.SiLU",
    "torch.nn.SmoothL1Loss": "mindspore.mint.nn.SmoothL1Loss",
    "torch.nn.Softmax": "mindspore.mint.nn.Softmax",
    "torch.nn.Softshrink": "mindspore.mint.nn.Softshrink",
    "torch.nn.SyncBatchNorm": "mindspore.mint.nn.SyncBatchNorm",
    "torch.nn.Tanh": "mindspore.mint.nn.Tanh",
    "torch.nn.Unfold": "mindspore.mint.nn.Unfold",
    "torch.nn.Upsample": "mindspore.mint.nn.Upsample",
    "torch.nn.ZeroPad1d": "mindspore.mint.nn.ZeroPad1d",
    "torch.nn.ZeroPad2d": "mindspore.mint.nn.ZeroPad2d",
    "torch.nn.ZeroPad3d": "mindspore.mint.nn.ZeroPad3d",
    "torch.nn.functional.adaptive_avg_pool1d": "mindspore.mint.nn.functional.adaptive_avg_pool1d",
    "torch.nn.functional.adaptive_avg_pool2d": "mindspore.mint.nn.functional.adaptive_avg_pool2d",
    "torch.nn.functional.avg_pool1d": "mindspore.mint.nn.functional.avg_pool1d",
    "torch.nn.functional.avg_pool2d": "mindspore.mint.nn.functional.avg_pool2d",
    "torch.nn.functional.batch_norm": "mindspore.mint.nn.functional.batch_norm",
    "torch.nn.functional.binary_cross_entropy": "mindspore.mint.nn.functional.binary_cross_entropy",
    "torch.nn.functional.binary_cross_entropy_with_logits": "mindspore.mint.nn.functional.binary_cross_entropy_with_logits",
    "torch.nn.functional.conv2d": "mindspore.mint.nn.functional.conv2d",
    "torch.nn.functional.conv3d": "mindspore.mint.nn.functional.conv3d",
    "torch.nn.functional.conv_transpose2d": "mindspore.mint.nn.functional.conv_transpose2d",
    "torch.nn.functional.fold": "mindspore.mint.nn.functional.fold",
    "torch.nn.functional.gelu": "mindspore.mint.nn.functional.gelu",
    "torch.nn.functional.hardshrink": "mindspore.mint.nn.functional.hardshrink",
    "torch.nn.functional.l1_loss": "mindspore.mint.nn.functional.l1_loss",
    "torch.nn.functional.linear": "mindspore.mint.nn.functional.linear",
    "torch.nn.functional.log_softmax": "mindspore.mint.nn.functional.log_softmax",
    "torch.nn.functional.logsigmoid": "mindspore.mint.nn.functional.logsigmoid",
    "torch.nn.functional.max_pool2d": "mindspore.mint.nn.functional.max_pool2d",
    "torch.nn.functional.max_unpool2d": "mindspore.mint.nn.functional.max_unpool2d",
    "torch.nn.functional.mse_loss": "mindspore.mint.nn.functional.mse_loss",
    "torch.nn.functional.nll_loss": "mindspore.mint.nn.functional.nll_loss",
    "torch.nn.functional.normalize": "mindspore.mint.nn.functional.normalize",
    "torch.nn.functional.one_hot": "mindspore.mint.nn.functional.one_hot",
    "torch.nn.functional.prelu": "mindspore.mint.nn.functional.prelu",
    "torch.nn.functional.relu": "mindspore.mint.nn.functional.relu",
    "torch.nn.functional.relu6": "mindspore.mint.nn.functional.relu6",
    "torch.nn.functional.relu_": "mindspore.mint.nn.functional.relu_",
    "torch.nn.functional.sigmoid": "mindspore.mint.nn.functional.sigmoid",
    "torch.nn.functional.smooth_l1_loss": "mindspore.mint.nn.functional.smooth_l1_loss",
    "torch.nn.functional.softmax": "mindspore.mint.nn.functional.softmax",
    "torch.nn.functional.softplus": "mindspore.mint.nn.functional.softplus",
    "torch.nn.functional.softshrink": "mindspore.mint.nn.functional.softshrink",
    "torch.nn.functional.tanh": "mindspore.mint.nn.functional.tanh",
    "torch.nn.functional.unfold": "mindspore.mint.nn.functional.unfold",
    "torch.special.erfc": "mindspore.mint.special.erfc",
    "torch.special.exp2": "mindspore.mint.special.exp2",
    "torch.special.expm1": "mindspore.mint.special.expm1",
    "torch.special.log1p": "mindspore.mint.special.log1p",
    "torch.special.log_softmax": "mindspore.mint.special.log_softmax",
    "torch.special.round": "mindspore.mint.special.round",
    "torch.special.sinc": "mindspore.mint.special.sinc",
    "torch.Tensor.abs": "mindspore.Tensor.abs",
    "torch.Tensor.absolute": "mindspore.Tensor.absolute",
    "torch.Tensor.add": "mindspore.Tensor.add",
    "torch.Tensor.all": "mindspore.Tensor.all",
    "torch.Tensor.any": "mindspore.Tensor.any",
    "torch.Tensor.argmax": "mindspore.Tensor.argmax",
    "torch.Tensor.arctan2": "mindspore.Tensor.arctan2",
    "torch.Tensor.argmin": "mindspore.Tensor.argmin",
    "torch.Tensor.atan2": "mindspore.Tensor.atan2",
    "torch.Tensor.bool": "mindspore.Tensor.bool",
    "torch.Tensor.ceil": "mindspore.Tensor.ceil",
    "torch.Tensor.chunk": "mindspore.Tensor.chunk",
    "torch.Tensor.clamp": "mindspore.Tensor.clamp",
    "torch.Tensor.clamp_": "mindspore.Tensor.clamp_",
    "torch.Tensor.clip": "mindspore.Tensor.clip",
    "torch.Tensor.cos": "mindspore.Tensor.cos",
    "torch.Tensor.cumsum": "mindspore.Tensor.cumsum",
    "torch.Tensor.div": "mindspore.Tensor.div",
    "torch.Tensor.divide": "mindspore.Tensor.divide",
    "torch.Tensor.eq": "mindspore.Tensor.eq",
    "torch.Tensor.erf": "mindspore.Tensor.erf",
    "torch.Tensor.exp": "mindspore.Tensor.exp",
    "torch.Tensor.expand_as": "mindspore.Tensor.expand_as",
    "torch.Tensor.flatten": "mindspore.Tensor.flatten",
    "torch.Tensor.float": "mindspore.Tensor.float",
    "torch.Tensor.floor": "mindspore.Tensor.floor",
    "torch.Tensor.gather": "mindspore.Tensor.gather",
    "torch.Tensor.greater": "mindspore.Tensor.greater",
    "torch.Tensor.gt": "mindspore.Tensor.gt",
    "torch.Tensor.half": "mindspore.Tensor.half",
    "torch.Tensor.index_select": "mindspore.Tensor.index_select",
    "torch.Tensor.int": "mindspore.Tensor.int",
    "torch.Tensor.isfinite": "mindspore.Tensor.isfinite",
    "torch.Tensor.isnan": "mindspore.Tensor.isnan",
    "torch.Tensor.item": "mindspore.Tensor.item",
    "torch.Tensor.le": "mindspore.Tensor.le",
    "torch.Tensor.less": "mindspore.Tensor.less",
    "torch.Tensor.less_equal": "mindspore.Tensor.less_equal",
    "torch.Tensor.log": "mindspore.Tensor.log",
    "torch.Tensor.logical_and": "mindspore.Tensor.logical_and",
    "torch.Tensor.logical_not": "mindspore.Tensor.logical_not",
    "torch.Tensor.logical_or": "mindspore.Tensor.logical_or",
    "torch.Tensor.long": "mindspore.Tensor.long",
    "torch.Tensor.lt": "mindspore.Tensor.lt",
    "torch.Tensor.masked_fill": "mindspore.Tensor.masked_fill",
    "torch.Tensor.masked_select": "mindspore.Tensor.masked_select",
    "torch.Tensor.matmul": "mindspore.Tensor.matmul",
    "torch.Tensor.max": "mindspore.Tensor.max",
    "torch.Tensor.maximum": "mindspore.Tensor.maximum",
    "torch.Tensor.mean": "mindspore.Tensor.mean",
    "torch.Tensor.min": "mindspore.Tensor.min",
    "torch.Tensor.minimum": "mindspore.Tensor.minimum",
    "torch.Tensor.mul": "mindspore.Tensor.mul",
    "torch.Tensor.nan_to_num": "mindspore.Tensor.nan_to_num",
    "torch.Tensor.ne": "mindspore.Tensor.ne",
    "torch.Tensor.neg": "mindspore.Tensor.neg",
    "torch.Tensor.negative": "mindspore.Tensor.negative",
    "torch.Tensor.not_equal": "mindspore.Tensor.not_equal",
    "torch.Tensor.pow": "mindspore.Tensor.pow",
    "torch.Tensor.prod": "mindspore.Tensor.prod",
    "torch.Tensor.reciprocal": "mindspore.Tensor.reciprocal",
    "torch.Tensor.remainder": "mindspore.Tensor.remainder",
    "torch.Tensor.repeat_interleave": "mindspore.Tensor.repeat_interleave",
    "torch.Tensor.reshape": "mindspore.Tensor.reshape",
    "torch.Tensor.round": "mindspore.Tensor.round",
    "torch.Tensor.rsqrt": "mindspore.Tensor.rsqrt",
    "torch.Tensor.scatter": "mindspore.Tensor.scatter",
    "torch.Tensor.scatter_add": "mindspore.Tensor.scatter_add",
    "torch.Tensor.sigmoid": "mindspore.Tensor.sigmoid",
    "torch.Tensor.sin": "mindspore.Tensor.sin",
    "torch.Tensor.sort": "mindspore.Tensor.sort",
    "torch.Tensor.split": "mindspore.Tensor.split",
    "torch.Tensor.sqrt": "mindspore.Tensor.sqrt",
    "torch.Tensor.square": "mindspore.Tensor.square",
    "torch.Tensor.sub": "mindspore.Tensor.sub",
    "torch.Tensor.sum": "mindspore.Tensor.sum",
    "torch.Tensor.t": "mindspore.Tensor.t",
    "torch.Tensor.tanh": "mindspore.Tensor.tanh",
    "torch.Tensor.tile": "mindspore.Tensor.tile",
    "torch.Tensor.topk": "mindspore.Tensor.topk",
    "torch.Tensor.tril": "mindspore.Tensor.tril",
    "torch.Tensor.trunc": "mindspore.Tensor.trunc",
    "torch.Tensor.view_as": "mindspore.Tensor.view_as",
    "torch.Tensor.where": "mindspore.Tensor.where",
    "torch.Tensor.asnumpy": "mindspore.Tensor.asnumpy",
    "torch.Tensor.assign_value": "mindspore.Tensor.assign_value",
    "torch.Tensor.astype": "mindspore.Tensor.astype",
    "torch.Tensor.bfloat16": "mindspore.Tensor.bfloat16",
    "torch.Tensor.broadcast_to": "mindspore.Tensor.broadcast_to",
    "torch.Tensor.clone": "mindspore.Tensor.clone",
    "torch.Tensor.contiguous": "mindspore.Tensor.contiguous",
    "torch.Tensor.copy": "mindspore.Tensor.copy",
    "torch.Tensor.cuda": "mindspore.Tensor.cuda",
    "torch.Tensor.detach": "mindspore.Tensor.detach",
    "torch.Tensor.dim": "mindspore.Tensor.dim",
    "torch.Tensor.expand": "mindspore.Tensor.expand",
    "torch.Tensor.is_contiguous": "mindspore.Tensor.is_contiguous",
    "torch.Tensor.is_floating_point": "mindspore.Tensor.is_floating_point",
    "torch.Tensor.move_to": "mindspore.Tensor.move_to",
    "torch.Tensor.nelement": "mindspore.Tensor.nelement",
    "torch.Tensor.numel": "mindspore.Tensor.numel",
    "torch.Tensor.numpy": "mindspore.Tensor.numpy",
    "torch.Tensor.ravel": "mindspore.Tensor.ravel",
    "torch.Tensor.register_hook": "mindspore.Tensor.register_hook",
    "torch.Tensor.retain_grad": "mindspore.Tensor.retain_grad",
    "torch.Tensor.size": "mindspore.Tensor.size",
    "torch.Tensor.squeeze": "mindspore.Tensor.squeeze",
    "torch.Tensor.to": "mindspore.Tensor.to",
    "torch.Tensor.tolist": "mindspore.Tensor.tolist",
    "torch.Tensor.type": "mindspore.Tensor.type",
    "torch.Tensor.type_as": "mindspore.Tensor.type_as",
    "torch.Tensor.unsqueeze": "mindspore.Tensor.unsqueeze",
    "torch.Tensor.view": "mindspore.Tensor.view",
    "torch.Tensor.zero_": "mindspore.Tensor.zero_",
    "torch.Tensor.from_numpy": "mindspore.Tensor.from_numpy",
    "torch.Tensor.norm": "mindspore.Tensor.norm",
    "torch.Tensor.permute": "mindspore.Tensor.permute",
    "torch.Tensor.repeat": "mindspore.Tensor.repeat",
    "torch.Tensor.requires_grad_": "mindspore.Tensor.requires_grad_",
    "torch.Tensor.scatter_add_": "mindspore.Tensor.scatter_add_"
}