tfp.random.spherical_uniform
Stay organized with collections
Save and categorize content based on your preferences.
Generates Tensor
drawn from a uniform distribution on the sphere.
tfp.random.spherical_uniform(
shape, dimension, dtype=tf.float32, seed=None, name=None
)
Used in the notebooks
Args |
shape
|
Vector-shaped, int Tensor representing shape of output.
|
dimension
|
Scalar int Tensor , representing the dimensionality of the
space where the sphere is embedded.
|
dtype
|
(Optional) TF dtype representing dtype of output.
Default value: tf.float32 .
|
seed
|
PRNG seed; see tfp.random.sanitize_seed for details.
Default value: None (i.e., no seed).
|
name
|
Python str name prefixed to Ops created by this function.
Default value: None (i.e., 'random_spherical_uniform').
|
Returns |
spherical_uniform
|
Tensor with specified shape and dtype consisting
of real values drawn from a spherical uniform distribution.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-11-21 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-11-21 UTC."],[],[]]