36 tflchef::Operation *operation = ctx->
chefop;
37 const tflite::Operator *op = ctx->
tflop;
39 operation->set_type(
"ReverseSequence");
41 auto op_params = op->builtin_options_as_ReverseSequenceOptions();
43 assert(op_params !=
nullptr);
45 auto op_options = operation->mutable_reverse_sequence_options();
47 op_options->set_seq_dim(op_params->seq_dim());
48 op_options->set_batch_dim(op_params->batch_dim());
tflchef::Operation * chefop
const tflite::Operator * tflop