aclrtRandomNumFuncType
1 2 3 4 5 6 | typedef enum { ACL_RT_RANDOM_NUM_FUNC_TYPE_DROPOUT_BITMASK = 0, // Dropout bitmask ACL_RT_RANDOM_NUM_FUNC_TYPE_UNIFORM_DIS, // Uniform distribution ACL_RT_RANDOM_NUM_FUNC_TYPE_NORMAL_DIS, // Normal distribution ACL_RT_RANDOM_NUM_FUNC_TYPE_TRUNCATED_NORMAL_DIS, // Truncated normal distribution } aclrtRandomNumFuncType; |
Parent topic: Data Types and Operation APIs