Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
178
TEST(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
get
Function · 0.85
print
Function · 0.85
cast
Function · 0.85
Tested by
no test coverage detected