diff --git a/mindspore/python/mindspore/ops/operations/random_ops.py b/mindspore/python/mindspore/ops/operations/random_ops.py index db3b68a3d8b..f8f11e35cd5 100644 --- a/mindspore/python/mindspore/ops/operations/random_ops.py +++ b/mindspore/python/mindspore/ops/operations/random_ops.py @@ -743,7 +743,7 @@ class LogUniformCandidateSampler(PrimitiveWithInfer): Inputs: - **true_classes** (Tensor) - The target classes. With data type of int64 and - shape :math:`(batch\_size, num\_true)` . + shape :math:`(batch\_size, num\_true)` . Outputs: Tuple of 3 Tensors.