Searched refs:DescReporter (Results 1 – 6 of 6) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/profiling/reporter/ |
D | desc_reporter.cc | 28 DescReporter::~DescReporter() = default; 30 void DescReporter::ReportByLine(const std::string &data, const std::string &file_name) const { in ReportByLine() 57 void DescReporter::ReportAllLine() { in ReportAllLine()
|
D | desc_reporter.h | 32 class DescReporter { 34 virtual ~DescReporter() = 0; 35 …DescReporter(int device_id, std::string file_name) : device_id_(device_id), file_name_(std::move(f… in DescReporter() function
|
D | point_reporter.h | 27 class PointReporter : public DescReporter { 29 …PointReporter(uint32_t device_id, const std::string &file_name) : DescReporter(device_id, file_nam… in PointReporter()
|
D | graph_desc_reporter.h | 28 class GraphDescReporter : public DescReporter { 31 : DescReporter(device_id, file_name), cnode_list_(std::move(cnode_list)) {} in GraphDescReporter()
|
D | op_name_task_stream_reporter.h | 28 class OpNameTaskStreamReporter : public DescReporter { 32 …: DescReporter(device_id, file_name), stream_id_task_id_op_name_map_(std::move(stream_id_task_id_o… in OpNameTaskStreamReporter()
|
D | task_desc_reporter.h | 28 class TaskDescReporter : public DescReporter { 31 : DescReporter(device_id, file_name), cnode_list_(std::move(cnode_list)) {} in TaskDescReporter()
|