apache / tvm

Open deep learning compiler stack for cpu, gpu and specialized accelerators

Home Page:https://tvm.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] Wrong default type in the Multinomial operaotor converter

jikechao opened this issue · comments

According to the description on the ONNX website, the default value of type is int32 rather than int64.

The TVM ONNX frontend mistakenly assigns the dtype as int64.
image