Home
last modified time | relevance | path

Searched refs:DescReporter (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/profiling/reporter/
Ddesc_reporter.cc28 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()
Ddesc_reporter.h32 class DescReporter {
34 virtual ~DescReporter() = 0;
35DescReporter(int device_id, std::string file_name) : device_id_(device_id), file_name_(std::move(f… in DescReporter() function
Dpoint_reporter.h27 class PointReporter : public DescReporter {
29 …PointReporter(uint32_t device_id, const std::string &file_name) : DescReporter(device_id, file_nam… in PointReporter()
Dgraph_desc_reporter.h28 class GraphDescReporter : public DescReporter {
31 : DescReporter(device_id, file_name), cnode_list_(std::move(cnode_list)) {} in GraphDescReporter()
Dop_name_task_stream_reporter.h28 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()
Dtask_desc_reporter.h28 class TaskDescReporter : public DescReporter {
31 : DescReporter(device_id, file_name), cnode_list_(std::move(cnode_list)) {} in TaskDescReporter()