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

Function CreateAddOptions

tensorflow/lite/schema/schema_generated.h:3947–3953  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3945};
3946
3947inline flatbuffers::Offset<AddOptions> CreateAddOptions(
3948 flatbuffers::FlatBufferBuilder &_fbb,
3949 ActivationFunctionType fused_activation_function = ActivationFunctionType_NONE) {
3950 AddOptionsBuilder builder_(_fbb);
3951 builder_.add_fused_activation_function(fused_activation_function);
3952 return builder_.Finish();
3953}
3954
3955flatbuffers::Offset<AddOptions> CreateAddOptions(flatbuffers::FlatBufferBuilder &_fbb, const AddOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);
3956

Callers 4

InitMethod · 0.85
BaseAddOpModelMethod · 0.85
PackMethod · 0.85
WriteOptionsMethod · 0.85

Calls 2

FinishMethod · 0.45

Tested by 2

InitMethod · 0.68
BaseAddOpModelMethod · 0.68