roastduck opened a new issue #6490: URL: https://github.com/apache/incubator-tvm/issues/6490
https://github.com/apache/incubator-tvm/blob/b8d385c2ab741cb254aa700b48546799273276ee/python/tvm/relay/op/nn/nn.py#L1388 Doc of `nn.dense` says it compute `Y = X * W`, but it should actually be `Y = X * W^T` as the shape checking below. https://github.com/apache/incubator-tvm/blob/b8d385c2ab741cb254aa700b48546799273276ee/src/relay/op/nn/nn.h#L66 I think we'd better doc this transposition (or memory layout). ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
