MCPcopy Create free account
hub / github.com/JDAI-CV/DNNLibrary / fuse_code

Function fuse_code

include/common/daq_generated.h:723–725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

721 return GetField<int32_t>(VT_STRIDE_Y, 0);
722 }
723 FuseCode fuse_code() const {
724 return static_cast<FuseCode>(GetField<int8_t>(VT_FUSE_CODE, 0));
725 }
726 bool nchw() const {
727 return GetField<uint8_t>(VT_NCHW, 0) != 0;
728 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected