[NNVM] Fix dtype of output of pad. (#2331)
Dtype of output of pad should follows input, but if dtype of input is not float, output will still be float becase pad_value is float.
Showing
Please
register
or
sign in
to comment
Dtype of output of pad should follows input, but if dtype of input is not float, output will still be float becase pad_value is float.