You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just find this case when going through the doc generation process. We only want to expose from_xxx in the relay.frontend namespace as public APIs.
The functions being used in test, e.g. quantize_mxnet_min_max should be explicitly imported in testcases via from ``tvm.relay.frontend.mxnet_qnn_op_utils import xyz`
Just find this case when going through the doc generation process. We only want to expose from_xxx in the relay.frontend namespace as public APIs.
The functions being used in test, e.g.
quantize_mxnet_min_max
should be explicitly imported in testcases via from ``tvm.relay.frontend.mxnet_qnn_op_utils import xyz`https://github.com/apache/incubator-tvm/blob/master/python/tvm/relay/frontend/__init__.py#L27
The text was updated successfully, but these errors were encountered: