Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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