[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.
Loading
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.