• Y
    Add uniform random operator · e376bda4
    Yu Yang 提交于
    It can be run both CPU/GPU. configure attributes are:
    
    * min: the min value of uniform random
    * max: the max value of uniform random
    * dims: the dimension of output tensor
    * seed: the random seed of uniform random. 0 means generate a seed each
            time.
    e376bda4
test_uniform_random_op.py 950 字节