Searched refs:param_dict (Results 1 – 3 of 3) sorted by relevance
143 def process_event(param_dict): argument148 samp_comm = param_dict['comm']149 samp_tid = param_dict['tid']150 samp_cpu = param_dict['cpu']151 samp_ts = param_dict['time']152 samp_period = param_dict['period']153 samp_type = param_dict['ev_name']159 for cs in param_dict['cs']:
369 param_dict = dict(zip(keys, curr))371 if options.make_edgetpu_tests and (not param_dict.get(372 "fully_quantize", False) or param_dict.get("quant_16x8", False)):512 _, report = build_example(label, param_dict, zip_path_label)526 convert_report.append((param_dict, report))
56 NSDictionary* param_dict = ParseJson();57 for (NSString* key in param_dict) {58 NSString* value = param_dict[key];