Home
last modified time | relevance | path

Searched refs:op_host_cost_time (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/profiler/device/
Ddata_saver.cc37 op_avg_time_ = op_info->op_host_cost_time / op_info->op_count; in OpDetailInfo()
49 float proportion = item.second.op_host_cost_time / total_time_sum; in ParseOpInfo()
77 op_detail_info.op_info_->op_host_cost_time, in AddOpDetailInfoForType()
93 [](float i, auto iter) { return i + iter.second.op_host_cost_time; }); in GetTotalOpTime()
Ddata_saver.h51 …<< op_info_->op_host_cost_time << ',' << op_avg_time_ << ',' << proportion_ << ",Default," << op_i… in OutputCpuOpDetailInfo()
57 << op_info_->op_host_cost_time << ',' << op_avg_time_ << ',' << proportion_ << ',' in OutputGpuOpDetailInfo()
Dprofiling.h46 float op_host_cost_time = 0; member
Dprofiling.cc57 iter->second.op_host_cost_time += time_elapsed; in SetRunTimeData()
/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/
Dgpu_profiling.cc355 << iter->second.op_host_cost_time << "," in OpsParser()
358 << round(iter->second.op_host_cost_time / iter->second.op_count) << std::endl; in OpsParser()