Skip to content

Commit

Permalink
Update onnx/defs/nn/defs.cc
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Chu <[email protected]>
  • Loading branch information
justinchuby authored Oct 19, 2023
1 parent c501444 commit 8a09fd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions onnx/defs/nn/defs.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2517,8 +2517,8 @@ static const char* LayerNormalization_ver17_doc = R"DOC(
If `X`'s shape is `[d[0], ..., d[axis-1], d[axis], ..., d[rank-1]]`,
the shape of `Mean` and `InvStdDev` is `[d[0], ..., d[axis-1], 1, ..., 1]`.
`Y` and `X` have the same shape. This operator supports unidirectional broadcasting
(tensors `Scale` and `B` should be unidirectional broadcastable to tensor `X`);
for more details please check [the doc](Broadcasting.md).
(tensors `Scale` and `B` should be unidirectional broadcastable to tensor `X`);
for more details please check [the doc](Broadcasting.md).
)DOC";

bool BuildContextDependentFunctionBodyLayerNormalization(
Expand Down

0 comments on commit 8a09fd3

Please sign in to comment.