Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ GenArg
Class
GenArg
dnn/scripts/cutlass_generator/gen_list.py:12–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
11
12
class
GenArg:
13
def
__init__(self, gen_op, gen_type):
14
self.operations = gen_op
15
self.type = gen_type
16
17
18
def
write_op_list(f, gen_op, gen_type):
Callers
1
write_op_list
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected