tf.contrib.stateless.stateless_random_uniform(
shape,
seed,
dtype=tf.float32,
name=None
)
Defined in tensorflow/contrib/stateless/gen_stateless_random_ops.py.
TODO: add doc.
shape: A Tensor. Must be one of the following types: int32, int64.seed: A Tensor. Must be one of the following types: int32, int64.dtype: An optional tf.DType from: tf.half, tf.float32, tf.float64. Defaults to tf.float32.name: A name for the operation (optional).A Tensor of type dtype.
© 2018 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/python/tf/contrib/stateless/stateless_random_uniform