Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ _get_header
Method
_get_header
dnn/scripts/gen_param_defs.py:309–312 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
307
return
self
308
309
def
_get_header(self):
310
return
"generated by {} for {}"
.format(
311
os.path.basename(__file__), self._input_hash
312
)
313
314
def
_process(self, defs):
315
dispatch = {
Callers
6
__call__
Method · 0.80
__call__
Method · 0.80
__call__
Method · 0.80
__call__
Method · 0.80
__call__
Method · 0.80
__call__
Method · 0.80
Calls
1
format
Method · 0.45
Tested by
no test coverage detected