MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / eor

Method eor

lite/load_and_run/src/helpers/text_table.h:84–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 }
83
84 void eor() {
85 m_rows.emplace_back(m_row);
86 adjuster_last_row();
87 m_row.values.clear();
88 }
89
90 void reset() {
91 m_row = {};

Callers 1

format_and_printMethod · 0.80

Calls 2

emplace_backMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected