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

Method add_fuse_code

include/common/daq_generated.h:3238–3240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3236 fbb_.AddOffset(MUL_Input::VT_INPUT2, input2);
3237 }
3238 void add_fuse_code(FuseCode fuse_code) {
3239 fbb_.AddElement<int8_t>(MUL_Input::VT_FUSE_CODE, static_cast<int8_t>(fuse_code), 0);
3240 }
3241 explicit MUL_InputBuilder(flatbuffers::FlatBufferBuilder &_fbb)
3242 : fbb_(_fbb) {
3243 start_ = fbb_.StartTable();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected