tf.raw_ops.BatchNormWithGlobalNormalizationGrad
    
    
      
    
    
      
      Stay organized with collections
    
    
      
      Save and categorize content based on your preferences.
    
  
  
      
    
  
  
  
  
  
    
  
  
    
    
Gradients for batch normalization.
tf.raw_ops.BatchNormWithGlobalNormalizationGrad(
    t,
    m,
    v,
    gamma,
    backprop,
    variance_epsilon,
    scale_after_normalization,
    name=None
)
This op is deprecated. See tf.nn.batch_normalization.
| Args | 
|---|
| t | A Tensor. Must be one of the following types:float32,float64,int32,uint8,int16,int8,complex64,int64,qint8,quint8,qint32,bfloat16,qint16,quint16,uint16,complex128,half,uint32,uint64.
A 4D input Tensor. | 
| m | A Tensor. Must have the same type ast.
A 1D mean Tensor with size matching the last dimension of t.
This is the first output from tf.nn.moments,
or a saved moving average thereof. | 
| v | A Tensor. Must have the same type ast.
A 1D variance Tensor with size matching the last dimension of t.
This is the second output from tf.nn.moments,
or a saved moving average thereof. | 
| gamma | A Tensor. Must have the same type ast.
A 1D gamma Tensor with size matching the last dimension of t.
If "scale_after_normalization" is true, this Tensor will be multiplied
with the normalized Tensor. | 
| backprop | A Tensor. Must have the same type ast. 4D backprop Tensor. | 
| variance_epsilon | A float. A small float number to avoid dividing by 0. | 
| scale_after_normalization | A bool.
A bool indicating whether the resulted tensor
needs to be multiplied with gamma. | 
| name | A name for the operation (optional). | 
| Returns | 
|---|
| A tuple of Tensorobjects (dx, dm, dv, db, dg). | 
| dx | A Tensor. Has the same type ast. | 
| dm | A Tensor. Has the same type ast. | 
| dv | A Tensor. Has the same type ast. | 
| db | A Tensor. Has the same type ast. | 
| dg | A Tensor. Has the same type ast. | 
  
  
 
  
    
    
      
       
    
    
  
  
  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. Some content is licensed under the numpy license.
  Last updated 2023-03-27 UTC.
  
  
  
    
      [null,null,["Last updated 2023-03-27 UTC."],[],[]]