Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zpcore committed May 17, 2024
1 parent 4e8e02d commit 62467b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions experimental/torch_xla2/torch_xla2/ops/jaten.py
Original file line number Diff line number Diff line change
Expand Up @@ -1955,10 +1955,10 @@ def _aten_native_batch_norm(input, weight, bias, running_mean, running_var, trai
Args:
input: Input data (N, C, ...)
weight: Scaling factor (gamma) (C,), can be None
bias: Shift factor (beta) (C,), can be None
running_mean: Running mean of input (C,)
running_var: Running variance of input (C,)
weight: Optional scaling factor (gamma) (C,)
bias: Optional shift factor (beta) (C,)
training: Whether to perform training-time or inference-time batch norm
momentum: Momentum factor for updating running mean and variance
eps: Small constant added to the variance to avoid division by zero
Expand Down

0 comments on commit 62467b8

Please sign in to comment.