Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/systrace/profile_chrome/third_party/
Dperf_to_tracing.py143 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/tensorflow/tensorflow/lite/testing/
Dzip_test_utils.py369 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))
/external/tensorflow/tensorflow/lite/tools/benchmark/ios/TFLiteBenchmark/TFLiteBenchmark/
DBenchmarkViewController.mm56 NSDictionary* param_dict = ParseJson();
57 for (NSString* key in param_dict) {
58 NSString* value = param_dict[key];