"docs/source/git@developer.sourcefind.cn:SIYIXNI/vllm.git" did not exist on "c9fadda54353f1b57c3dae9b7cbebda6f0767f8e"
Commit 39151d49 authored by Paul's avatar Paul
Browse files

Make nhwc default

parent 9e084504
...@@ -15,7 +15,7 @@ struct loader ...@@ -15,7 +15,7 @@ struct loader
{ {
std::string file; std::string file;
std::string type; std::string type;
bool is_nhwc = false; bool is_nhwc = true;
unsigned trim = 0; unsigned trim = 0;
void parse(argument_parser& ap) void parse(argument_parser& ap)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment