dmlc/mshadow

why there is no kDim inference check in ExpInfo for TenaryMapExp?

zhangxiao-ustc opened this issue · 1 comments

In mshadow/expr_engine-inl.h, ExpInfo<TenaryMapExp<OP, TA, TB, TC, DType, etype>>::kDim is set as ExpInfo<TA>::kDim with no dim check. I was wondering why.

szha commented

This code base has been donated to the Apache MXNet project per #373, and repo is deprecated. Future development and issue tracking should continue in Apache MXNet.