Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to create random tensor with tensorflow

tf.random.uniform(
    shape, minval=0, maxval=None, dtype=tf.dtypes.float32, seed=None, name=None
)
Source by www.tensorflow.org #
 
PREVIOUS NEXT
Tagged: #create #random #tensor #tensorflow
ADD COMMENT
Topic
Name
6+1 =