Home
last modified time | relevance | path

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

/external/autotest/server/site_tests/platform_InitLoginPerfServer/
Dplatform_InitLoginPerfServer.py108 graph=self.graph_name)
166 upload_perf=False, graph_name=None): argument
181 self.graph_name = graph_name
/external/webrtc/tools/perf/
Dperf_utils.py15 def PrintPerfResult(graph_name, series_name, data_point, units, argument
35 waterfall_indicator, graph_name, series_name,
/external/autotest/server/site_tests/video_PlaybackQuality/
Dvideo_PlaybackQuality.py286 graph_name = '%s_%s' % (self._video_description, description)
289 higher_is_better=False, graph=graph_name)
292 higher_is_better=False, graph=graph_name)
295 higher_is_better=False, graph=graph_name)
/external/autotest/server/site_tests/network_WiFi_AttenuatedPerf/
Dnetwork_WiFi_AttenuatedPerf.py107 graph_name = '.'.join(
115 higher_is_better=True, graph=graph_name)
119 graph=graph_name)
/external/tensorflow/tensorflow/lite/toco/
Ddump_graphviz.h25 const string& graph_name);
Ddump_graphviz.cc710 string GetGraphLabel(const Model& model, const string& graph_name) { in GetGraphLabel() argument
723 html += graph_name; in GetGraphLabel()
757 const string& graph_name) { in DumpGraphviz() argument
759 AppendF(output_file, kGraphFmt, GetGraphLabel(model, graph_name)); in DumpGraphviz()
/external/autotest/server/cros/ap_configurators/
Dpyauto_utils.py143 def PrintPerfResult(graph_name, series_name, data_point, units, argument
163 waterfall_indicator, graph_name, series_name,
/external/tensorflow/tensorflow/python/compiler/tensorrt/test/
Dtf_trt_integration_test_base.py357 graph_name = (
362 logging.info("Writing graph to %s/%s", temp_dir, graph_name)
363 graph_io.write_graph(gdef, temp_dir, graph_name)
/external/webrtc/webrtc/tools/e2e_quality/audio/
Drun_audio_test.py123 perf.perf_utils.PrintPerfResult(graph_name='audio_e2e_score',
/external/toolchain-utils/crosperf/
Dresults_cache.py127 graph_name = tmp_dict['graph']
128 graph_str = (graph_name + '__') if graph_name else ''