"src/targets/vscode:/vscode.git/clone" did not exist on "2e128d9de6cfabc228849f46d9cb1bd1b1c9c1b1"
Commit a6731a3f authored by Umang Yadav's avatar Umang Yadav
Browse files

remove unnecessary changes

parent 3e115b42
......@@ -58,10 +58,6 @@ struct quantizelinear
{
return {inputs[2].type(), inputs[0].lens(), inputs[0].strides()};
}
if(inputs[0].type() == shape::float_type)
{
return {shape::fp8e4m3fnuz_type, inputs[0].lens(), inputs[0].strides()};
}
return {shape::uint8_type, inputs[0].lens(), inputs[0].strides()};
}
......
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