PhilippvK commented on code in PR #14272:
URL: https://github.com/apache/tvm/pull/14272#discussion_r1136680106
##########
python/tvm/driver/tvmc/transform.py:
##########
@@ -210,9 +229,8 @@ def generate_transform_args(parser):
# AlterLayout
parser.add_argument(
"--desired-layout",
- choices=["NCHW", "NHWC"],
- default=None,
- help="Change the data layout of the whole graph.",
+ nargs="+",
+ help="Change the data/kernel layout of the graph. (i.e. NCHW or
NHWC:HWIO)",
Review Comment:
I have updated the help message.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]