Searched defs:RandomPoisson (Results 1 – 5 of 5) sorted by relevance
33 RandomPoisson() : BaseOperator(kRandomPoisson) { InitIOName({"shape", "rate"}, {"output"}); } in RandomPoisson() function
131 cudaError_t RandomPoisson(uint64_t seed, uint64_t seed_offset, curandState *globalState, R *rate, i… in RandomPoisson() function
591 class RandomPoisson(Primitive): class
336 CUST_IMPLEMT_INFERFUNC(RandomPoisson, RandomPoissonInfer) { in CUST_IMPLEMT_INFERFUNC() argument
5114 [RandomPoisson] section5115 opInfo.subTypeOfInferShape = 15116 opInfo.opsFlag = OPS_FLAG_CLOSE5117 opInfo.engine = DNN_VM_AICPU5118 opInfo.flagPartial = False5119 opInfo.computeCost = 1005120 opInfo.flagAsync = False5121 opInfo.opKernelLib = CUSTAICPUKernel5122 opInfo.formatAgnostic = False5123 opInfo.userDefined = True[all …]