where is the “set_body” for RELAY_REGISTER_OP(“nn.conv2d”), i had checked all codes and can not find anything about set_body for nn.conv2d, please help
It looks like .set_body_typed is set for TVM_REGISTER_GLOBAL, not in RELAY_REGISTER_OP. https://github.com/apache/incubator-tvm/blob/main/src/relay/op/nn/convolution.cc#L91