mindspore/docs/api/api_python/ops/mindspore.ops.RandomChoiceW...

9 lines
286 B
ReStructuredText
Raw Normal View History

mindspore.ops.RandomChoiceWithMask
2022-08-30 16:34:32 +08:00
=====================================
.. py:class:: mindspore.ops.RandomChoiceWithMask(count=256, seed=0, seed2=0)
对输入进行随机取样,返回取样索引和掩码。
2022-10-08 19:04:58 +08:00
更多参考详见 :func:`mindspore.ops.choice_with_mask`