Skip to content

Commit

Permalink
[Relay] fix the conflicted documentation description (apache#15889)
Browse files Browse the repository at this point in the history
fix conflicted documentation description
  • Loading branch information
jikechao authored Oct 12, 2023
1 parent ab1aef9 commit 2afb854
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/tvm/relay/frontend/keras.py
Original file line number Diff line number Diff line change
Expand Up @@ -1426,9 +1426,9 @@ def from_keras(model, shape=None, layout="NCHW"):
Input shapes of the model, optional
layout: str
One of 'NCHW' or 'NHWC', indicates how data should be arranged in
the output model. Default layout is 'NCHW' as it in general
performs better across TVM.
One of 'NWC', 'NCHW', 'NHWC', 'NDHWC' indicates how data should
be arranged in the output model. Default layout is 'NCHW' as it
in general performs better across TVM.
Returns
-------
Expand Down

0 comments on commit 2afb854

Please sign in to comment.