"git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "5f62543f2b7e218bc060f84001683675c83b698e"
Commit ac3ecd10 authored by charlie's avatar charlie
Browse files

formatting

parent cf68ece6
...@@ -601,7 +601,9 @@ struct verify : command<verify> ...@@ -601,7 +601,9 @@ struct verify : command<verify>
quantize = precision::fp16; quantize = precision::fp16;
} }
if(c.to_int8) if(c.to_int8)
{
quantize = precision::int8; quantize = precision::int8;
}
if(per_instruction) if(per_instruction)
{ {
......
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