diff --git a/index.bs b/index.bs index 5bf38294..98e507ad 100644 --- a/index.bs +++ b/index.bs @@ -3656,7 +3656,7 @@ partial interface MLGraphBuilder { : axes :: - The indices to the input dimensions to reduce. When this member is not present, it is assumed to be [1,2,3] that is, the reduction for the mean and variance values are calculated across all the input features for each individual sample in the batch. + The indices to the input dimensions to reduce. When this member is not present, it is treated as if all dimensions except the first were given (e.g. for a 4-D input tensor, axes = [1,2,3]). That is, the reduction for the mean and variance values are calculated across all the input features for each independent batch. : epsilon :: @@ -3676,6 +3676,7 @@ partial interface MLGraphBuilder { The layerNormalization(|input|, |options|) method steps are: