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, intTensorrepresenting shape of output. | 
| dimension | Scalar intTensor, representing the dimensionality of the
space where the sphere is embedded. | 
| dtype | (Optional) TF dtyperepresentingdtypeof output.
Default value:tf.float32. | 
| seed | PRNG seed; see tfp.random.sanitize_seedfor details.
Default value:None(i.e., no seed). | 
| name | Python strname prefixed to Ops created by this function.
Default value:None(i.e., 'random_spherical_uniform'). | 
| Returns | 
|---|
| spherical_uniform | Tensorwith specifiedshapeanddtypeconsisting
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.
  
  
  
    
      [null,null,["Last updated 2023-11-21 UTC."],[],[]]