Skip to content
Snippets Groups Projects
Commit d5164466 authored by lixiaoquan's avatar lixiaoquan Committed by Yizhi Liu
Browse files

[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.
parent 395804e5
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment