ConvolutedDog commented on issue #18136: URL: https://github.com/apache/tvm/issues/18136#issuecomment-3066935643
This result from that the backend C++ only support `gamma` and `beta` with the same shape as `axes` for now, and I will try to fix this next week. The corresponding checking code (`op->arguments[1]` is `gamma` and `op->arguments[2]` is `beta`): https://github.com/apache/tvm/blob/27a314eb73d2805d8ffe0c4d6948eeace4f06fd7/src/relax/op/nn/nn.cc#L340-L347 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
