tfp.random.rademacher
    
    
      
    
    
      
      Stay organized with collections
    
    
      
      Save and categorize content based on your preferences.
    
  
  
      
    
  
  
  
  
  
    
  
  
    
    
Generates Tensor consisting of -1 or +1, chosen uniformly at random.
tfp.random.rademacher(
    shape, dtype=tf.float32, seed=None, name=None
)
Used in the notebooks
For more details, see Rademacher distribution.
| Args | 
|---|
| shape | Vector-shaped, intTensorrepresenting shape of output. | 
| dtype | (Optional) TF dtyperepresentingdtypeof output. | 
| seed | PRNG seed; see tfp.random.sanitize_seedfor details. | 
| name | Python strname prefixed to Ops created by this function.
Default value:None(i.e., 'random_rademacher'). | 
| Returns | 
|---|
| rademacher | Tensorwith specifiedshapeanddtypeconsisting of-1or+1chosen uniformly-at-random. | 
  
  
 
  
    
    
      
       
    
    
  
  
  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."],[],[]]