afe.ir.custom_operation.utils ============================= .. py:module:: afe.ir.custom_operation.utils Functions --------- .. autoapisummary:: afe.ir.custom_operation.utils.parse_custom_op_attrs_to_dict afe.ir.custom_operation.utils.dump_custom_op_attrs_dict_to_string Module Contents --------------- .. py:function:: parse_custom_op_attrs_to_dict(custom_op_attrs: str) -> Dict[str, Union[str, bool]] Convert a string custom op attributes to python dictionary :param custom_op_attrs: str. Custom op attributes in str :return: Dict[str, Union[str, bool]] .. py:function:: dump_custom_op_attrs_dict_to_string(custom_op_attrs_dict: Dict[str, Union[str, bool]]) -> str Convert a dictionary custom op attributes to str :param custom_op_attrs_dict: Dict[str, Union[str, bool]]. Custom op attributes in dictionary :return: str. Custom op attributes in str