Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ op_type
Method
op_type
src/custom/impl/op.cpp:382–384 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
380
}
381
382
std::string CustomOp::op_type(void) const {
383
return OpImplRef(m_impl.get())->m_op_type;
384
}
385
386
std::string CustomOp::op_desc(void) const {
387
return OpImplRef(m_impl.get())->m_op_desc;
Callers
6
name
Method · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
insert
Method · 0.45
erase
Method · 0.45
to_name
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
2
TEST
Function · 0.36
TEST
Function · 0.36