__init__(self)
接口功能
新建infer_engine对象。
接口格式
def __init__(self)
接口参数
无
使用样例
from sdk.engine import Engine engine = Engine()
返回值
无
父主题:
Engine