# Operator: image-decode Author: ## Overview ## Interface ```python __init__(self, init_arg_1: xxx) ``` Args: - init_arg_1: - xxx(description about init_arg_1) - supported types: xxx ```python __call__(self, call_arg_1: xxx) ``` Args: - call_arg_1: - xxx(description about call_arg_1) - supported types: xxx Returns: The Operator returns a tuple Tuple[('results_1', xxx)] containing following fields: - results_1: - xxx(description of results_1) - data type: xxx - shape: (xxx,) ## Requirements ## How it works ## Reference