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

Method add_fuse_code

include/common/daq_generated.h:5496–5498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5494 fbb_.AddOffset(SUB_Input::VT_INPUT2, input2);
5495 }
5496 void add_fuse_code(FuseCode fuse_code) {
5497 fbb_.AddElement<int8_t>(SUB_Input::VT_FUSE_CODE, static_cast<int8_t>(fuse_code), 0);
5498 }
5499 explicit SUB_InputBuilder(flatbuffers::FlatBufferBuilder &_fbb)
5500 : fbb_(_fbb) {
5501 start_ = fbb_.StartTable();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected