Home
last modified time | relevance | path

Searched defs:RandomShuffle (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Drandom_shuffle.h34 RandomShuffle() : BaseOperator(kRandomShuffle) { InitIOName({"input_x"}, {"output"}); } in RandomShuffle() function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/operations/
Drandom_ops.py1152 class RandomShuffle(Primitive): class
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/customize/op_info_cfg/
Dcust_aicpu_kernel.ini5895 [RandomShuffle] section
5896 opInfo.subTypeOfInferShape=1
5897 opInfo.opsFlag=OPS_FLAG_CLOSE
5898 opInfo.engine=DNN_VM_AICPU
5899 opInfo.flagPartial=False
5900 opInfo.computeCost=100
5901 opInfo.flagAsync=False
5902 opInfo.opKernelLib=CUSTAICPUKernel
5903 opInfo.formatAgnostic=False
5904 opInfo.userDefined=True
[all …]