Home
last modified time | relevance | path

Searched defs:RandomChoiceWithMask (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Drandom_choice_with_mask.h32RandomChoiceWithMask() : BaseOperator(kRandomChoiceWithMask) { InitIOName({"input_x"}, {"y", "mask… in RandomChoiceWithMask() function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/operations/
Drandom_ops.py779 class RandomChoiceWithMask(Primitive): class
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/customize/op_proto/
Drandom_ops_proto.cc374 CUST_IMPLEMT_INFERFUNC(RandomChoiceWithMask, RandomChoiceWithMaskInfer) { in CUST_IMPLEMT_INFERFUNC() argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/customize/op_info_cfg/
Dcust_aicpu_kernel.ini5855 [RandomChoiceWithMask] section
5856 opInfo.subTypeOfInferShape=1
5857 opInfo.opsFlag=OPS_FLAG_CLOSE
5858 opInfo.engine=DNN_VM_AICPU
5859 opInfo.flagPartial=False
5860 opInfo.computeCost=100
5861 opInfo.flagAsync=False
5862 opInfo.opKernelLib=CUSTAICPUKernel
5863 opInfo.formatAgnostic=False
5864 opInfo.userDefined=True
[all …]