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

Function TEST

imperative/src/test/helper.cpp:178–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178TEST(TestHelper, PyModule) {
179 py::module m = PyEnv::get();
180 py::print(m);
181 py::print(py::cast(DeviceTensorND()));
182}
183
184} // namespace imperative
185} // namespace mgb

Callers

nothing calls this directly

Calls 3

getFunction · 0.85
printFunction · 0.85
castFunction · 0.85

Tested by

no test coverage detected