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