Tvm: [PYTHON] Remove developer facing api from frontend exports

Created on 15 Apr 2020  路  2Comments  路  Source: apache/tvm

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

help wanted

Most helpful comment

I'll submit the changes tomorrow.

All 2 comments

cc @anijain2305 @shoubhik

I'll submit the changes tomorrow.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kevinthesun picture kevinthesun  路  46Comments

interesaaat picture interesaaat  路  25Comments

ZihengJiang picture ZihengJiang  路  36Comments

joshpoll picture joshpoll  路  28Comments

tqchen picture tqchen  路  27Comments