Commit a60cd1d9 authored by Jing Zhang's avatar Jing Zhang
Browse files

add comment

parent 6aaa77c1
......@@ -47,6 +47,7 @@ struct i32_to_i8
y = ck::type_convert<I8>(ck::type_convert<float>(x) * reduced_amex_scale);
}
// this attribute will trigger a reduction op of the tensor to get the true amax scalue
float reduced_amex_scale = 1.0;
};
......
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