towhee.serve.triton.bls.utils.op_config.OpConfig

class towhee.serve.triton.bls.utils.op_config.OpConfig(hub: str, name: str, init_args: Dict)[source]

Bases: object

Operator meta info.

Methods

load_from_dict

load_from_file

Attributes

init_args

op_hub

op_name

__init__(hub: str, name: str, init_args: Dict)[source]