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

Function CreateDivOptions

tensorflow/lite/schema/schema_generated.h:5106–5112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5104};
5105
5106inline flatbuffers::Offset<DivOptions> CreateDivOptions(
5107 flatbuffers::FlatBufferBuilder &_fbb,
5108 ActivationFunctionType fused_activation_function = ActivationFunctionType_NONE) {
5109 DivOptionsBuilder builder_(_fbb);
5110 builder_.add_fused_activation_function(fused_activation_function);
5111 return builder_.Finish();
5112}
5113
5114flatbuffers::Offset<DivOptions> CreateDivOptions(flatbuffers::FlatBufferBuilder &_fbb, const DivOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);
5115

Callers 3

BaseDivOpModelMethod · 0.85
PackMethod · 0.85
WriteOptionsMethod · 0.85

Calls 2

FinishMethod · 0.45

Tested by 1

BaseDivOpModelMethod · 0.68