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

Method writeto_fpath

src/core/impl/utils/json.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void Value::writeto_fpath(const char* fout_path, int indent) const {
39 auto str = to_string(indent);
40 debug::write_to_file(fout_path, str);
41}
42
43void Number::writeto(std::string& fout, int) const {
44 if (std::isinf(m_val)) {

Callers 15

output_plugin_resultMethod · 0.45
run_testFunction · 0.45
on_var_producedMethod · 0.45
do_trainMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
draw_graphMethod · 0.45
write_to_fileMethod · 0.45
TESTFunction · 0.45

Calls 1

to_stringFunction · 0.85

Tested by 15

run_testFunction · 0.36
do_trainMethod · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36