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

Function print

imperative/src/test/helper.cpp:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70UNUSED void print(const Tensor& x) {
71 return print(array(x));
72}
73
74UNUSED void print(const HostTensorND& x) {
75 return print(array(x));

Callers 15

_write_hashMethod · 0.85
_write_midoutMethod · 0.85
mainFunction · 0.85
mainFunction · 0.85
process_fileFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
setup.pyFile · 0.85
check_termuxFunction · 0.85
check_windowsFunction · 0.85

Calls 1

arrayFunction · 0.85

Tested by

no test coverage detected