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

Function CreateRNNOptions

tensorflow/lite/schema/schema_generated.h:3551–3557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3549};
3550
3551inline flatbuffers::Offset<RNNOptions> CreateRNNOptions(
3552 flatbuffers::FlatBufferBuilder &_fbb,
3553 ActivationFunctionType fused_activation_function = ActivationFunctionType_NONE) {
3554 RNNOptionsBuilder builder_(_fbb);
3555 builder_.add_fused_activation_function(fused_activation_function);
3556 return builder_.Finish();
3557}
3558
3559flatbuffers::Offset<RNNOptions> CreateRNNOptions(flatbuffers::FlatBufferBuilder &_fbb, const RNNOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);
3560

Callers 3

RNNOpModelMethod · 0.85
RNNOpModelMethod · 0.85
PackMethod · 0.85

Calls 2

FinishMethod · 0.45

Tested by 2

RNNOpModelMethod · 0.68
RNNOpModelMethod · 0.68