MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / CreateSubOptions

Function CreateSubOptions

tensorflow/lite/schema/schema_generated.h:5052–5058  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5050};
5051
5052inline flatbuffers::Offset<SubOptions> CreateSubOptions(
5053 flatbuffers::FlatBufferBuilder &_fbb,
5054 ActivationFunctionType fused_activation_function = ActivationFunctionType_NONE) {
5055 SubOptionsBuilder builder_(_fbb);
5056 builder_.add_fused_activation_function(fused_activation_function);
5057 return builder_.Finish();
5058}
5059
5060flatbuffers::Offset<SubOptions> CreateSubOptions(flatbuffers::FlatBufferBuilder &_fbb, const SubOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);
5061

Callers 3

BaseSubOpModelMethod · 0.85
PackMethod · 0.85
WriteOptionsMethod · 0.85

Calls 2

FinishMethod · 0.45

Tested by 1

BaseSubOpModelMethod · 0.68