Searched defs:StandardNormal (Results 1 – 4 of 4) sorted by relevance
25 class StandardNormal : public OpExpander { class27 StandardNormal() { in StandardNormal() function in mindspore::opt::expanders::StandardNormal
54 void StandardNormal(int seed, int seed2, curandState *globalState, T *output, size_t count, cudaStr… in StandardNormal() function
30 void StandardNormal(float *output, std::normal_distribution<float> distribution, in StandardNormal() function
23 class StandardNormal(PrimitiveWithInfer): class