Searched refs:run_environment (Results 1 – 15 of 15) sorted by relevance
253 analysis.set_host_trace_level(op_stats.run_environment().host_trace_level()); in ComputeAnalysisResult()291 const RunEnvironment& run_environment) { in ComputeRunEnvironment() argument293 re.set_host_count(run_environment.host_count()); in ComputeRunEnvironment()294 re.set_task_count(run_environment.task_count()); in ComputeRunEnvironment()295 re.set_device_type(run_environment.device_type()); in ComputeRunEnvironment()296 re.set_device_core_count(run_environment.device_core_count()); in ComputeRunEnvironment()297 re.set_per_core_batch_size(run_environment.per_core_batch_size()); in ComputeRunEnvironment()298 re.set_replica_count(run_environment.replica_count()); in ComputeRunEnvironment()299 re.set_num_cores_per_replica(run_environment.num_cores_per_replica()); in ComputeRunEnvironment()302 run_environment.host_independent_job_info()); in ComputeRunEnvironment()[all …]
60 const RunEnvironment& run_environment);
51 database.set_device_type(op_stats.run_environment().device_type()); in ConvertOpStatsToPodViewer()
122 tf_stats_db.set_device_type(op_stats.run_environment().device_type()); in ConvertOpStatsToTfStats()
130 EXPECT_EQ(tf_stats.device_type(), op_stats.run_environment().device_type()); in TEST()
148 CombineRunEnvironment(src.run_environment(), dst->mutable_run_environment()); in CombineOpStats()
250 ParseHardwareType(all_op_stats[i].run_environment().device_type()), i); in ConvertMultiXSpacesToCombinedOpStats()
88 const RunEnvironment& run_env = op_stats.run_environment(); in TEST()
601 ParseHardwareType(op_stats.run_environment().device_type()))); in ConvertOpStatsToInputPipelineAnalysis()
19 self.run(bin_path, run_environment=True)20 self.run("flatc --version", run_environment=True)21 self.run("flathash fnv1_16 conan", run_environment=True)
66 if (op_stats.run_environment().device_type() != "CPU" && in PopulateOverviewDiagnostics()67 op_stats.run_environment().device_core_count() <= 0) { in PopulateOverviewDiagnostics()
19 self.run(bin_path, run_environment=True)
19 self.run("%s -s" % bin_path, run_environment=True)
119 RunEnvironment run_environment = 5; field
192 OverviewPageRunEnvironment run_environment = 6; field