Home | History | Annotate | Download | only in linalg

Lines Matching refs:minval

484           shape[:-1], dtype=dtype, minval=1., maxval=maxval)
525 minval=None,
534 Uniform[minval, maxval], if dtype is real,
535 X + iY, where X, Y ~ Uniform[minval, maxval], if dtype is complex.
540 minval: `0-D` `Tensor` giving the minimum values.
552 shape, dtype=dtype.real_dtype, minval=minval, maxval=maxval, seed=seed)
559 minval=minval,
567 minval=None,
577 Z * X, where X ~ Uniform[minval, maxval], if dtype is real,
578 Z * (X + iY), where X, Y ~ Uniform[minval, maxval], if dtype is complex.
583 minval: `0-D` `Tensor` giving the minimum values.
595 shape, minval=minval, maxval=maxval, dtype=dtype, seed=seed)
599 random_ops.random_uniform(shape, minval=-1., maxval=1., seed=seed))