Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ get_kernel
Method
get_kernel
imperative/python/megengine/module/vision.py:256–257 ·
view source on GitHub ↗
(self, inp, c)
Source
from the content-addressed store, hash-verified
254
raise
TypeError(
"The input parameter has a wrong type. "
)
255
256
def
get_kernel(self, inp, c):
257
raise
NotImplementedError()
258
259
260
@lru_cache(maxsize=None)
Callers
1
forward
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected