Unverified Commit dc8f400f authored by ngimel's avatar ngimel Committed by GitHub
Browse files

Merge pull request #241 from mkolod/fp32_interp

Run interpolation in fp32 because it's faster
parents 3f87614f 47e9cae5
......@@ -27,6 +27,10 @@ FP16_FUNCS = [
]
FP32_FUNCS = [
# Interpolation/Upsampling
'interpolate',
# Pointwise
'softplus',
'softmin',
......
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