"src/targets/gpu/device/tan.cpp" did not exist on "fdce629342fa5f694e790d5f4c04a964a237aa8a"
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