MCPcopy 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
398size_t CustomOp::output_num(void) const {
399 return OpImplRef(m_impl.get())->m_output_infos.size();
400}
401
402std::string CustomOp::str(void) const {
403 std::stringstream ss;

Callers 1

TESTFunction · 0.45

Calls 2

sizeMethod · 0.45
getMethod · 0.45

Tested by 1

TESTFunction · 0.36