Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ output_num
Method
output_num
src/custom/impl/op.cpp:398–400 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
396
}
397
398
size_t CustomOp::output_num(void) const {
399
return OpImplRef(m_impl.get())->m_output_infos.size();
400
}
401
402
std::string CustomOp::str(void) const {
403
std::stringstream ss;
Callers
1
TEST
Function · 0.45
Calls
2
size
Method · 0.45
get
Method · 0.45
Tested by
1
TEST
Function · 0.36