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

Method reset

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

Source from the content-addressed store, hash-verified

88 }
89
90 void reset() {
91 m_row = {};
92 m_cols_max_w.clear();
93 m_padding = 0;
94 m_rows.clear();
95 }
96
97 void show(std::ostream& os);
98

Callers 6

run_sublineMethod · 0.45
load_modelMethod · 0.45
LITE_reset_tensor_memoryFunction · 0.45
LITE_reset_tensorFunction · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected