| 3549 | }; |
| 3550 | |
| 3551 | inline 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 | |
| 3559 | flatbuffers::Offset<RNNOptions> CreateRNNOptions(flatbuffers::FlatBufferBuilder &_fbb, const RNNOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr); |
| 3560 | |