MCPcopy Create free account
hub / github.com/alibaba/MNN / hasOutputShape

Function hasOutputShape

schema/current/CaffeOp_generated.h:582–584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

580 return GetPointer<const flatbuffers::Vector<int32_t> *>(34);
581 }
582 bool hasOutputShape() const {
583 return GetField<uint8_t>(36, 0) != 0;
584 }
585 bool Verify(flatbuffers::Verifier &verifier) const {
586 return VerifyTableStart(verifier) &&
587 VerifyField<int32_t>(verifier, 4) &&

Callers 1

UnPackToMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected