Fix literal type in the instance_norm parsing (#1317)
instancenorm parser always creates literal of type float which would fail in type check while creating binary ops if model is fp16.
Showing
Please register or sign in to comment
instancenorm parser always creates literal of type float which would fail in type check while creating binary ops if model is fp16.