Home
last modified time | relevance | path

Searched refs:bp_dict (Results 1 – 1 of 1) sorted by relevance

/tools/asuite/aidegen/lib/
Dmodule_info_util.py100 bp_dict = common_util.get_json_dict(json_path)
101 return _merge_dict(module_info.name_to_module_info, bp_dict)
293 def _merge_dict(mk_dict, bp_dict): argument
307 for module in bp_dict.keys():
310 _merge_module_keys(merged_dict[module], bp_dict[module])