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.py105 bp_dict = common_util.get_json_dict(json_path)
106 return _merge_dict(module_info.name_to_module_info, bp_dict)
294 def _merge_dict(mk_dict, bp_dict): argument
308 for module in bp_dict.keys():
311 _merge_module_keys(merged_dict[module], bp_dict[module])