microsoft / nnfusion

A flexible and efficient deep neural network (DNN) compiler that generates high-performance executable from a DNN model description.
MIT License
937 stars 157 forks source link

Some fixes #504

Closed mzmssg closed 1 year ago

mzmssg commented 1 year ago
  1. fix mapping int64 to c long long
  2. cast onehot output the same type as on/off value
  3. fix cast op if boolean as the target type