Searched refs:param_dict (Results 1 – 4 of 4) sorted by relevance
/external/chromium-trace/catapult/systrace/profile_chrome/third_party/ |
D | perf_to_tracing.py | 143 def process_event(param_dict): argument 148 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']:
|
/external/autotest/utils/frozen_chromite/lib/ |
D | gob_util.py | 137 def _QueryString(param_dict, first_param=None): argument 143 q.extend(['%s:%s' % (key, val) for key, val in param_dict.items()]) 383 def QueryChanges(host, param_dict, first_param=None, limit=None, o_params=None, argument 401 if not param_dict and not first_param: 403 path = 'changes/?q=%s' % _QueryString(param_dict, first_param) 414 def MultiQueryChanges(host, param_dict, change_list, limit=None, o_params=None, argument 421 if param_dict: 422 q.append(_QueryString(param_dict))
|
/external/tensorflow/tensorflow/lite/tools/benchmark/ios/TFLiteBenchmark/TFLiteBenchmark/ |
D | BenchmarkViewController.mm | 56 NSDictionary* param_dict = ParseJson(); 57 for (NSString* key in param_dict) { 58 NSString* value = param_dict[key];
|
/external/tensorflow/tensorflow/lite/testing/ |
D | zip_test_utils.py | 461 param_dict = dict(zip(keys, curr)) 463 if options.make_tf_ptq_tests and not param_dict.get("tf_ptq", False): 466 if options.make_edgetpu_tests and (not param_dict.get( 467 "fully_quantize", False) or param_dict.get("quant_16x8", False)): 651 _, report = build_example(label, param_dict, zip_path_label) 665 convert_report.append((param_dict, report))
|