36 circlechef::ModelRecipe *model_recipe)
const
38 auto operation = model_recipe->add_operation();
40 operation->set_type(
"RoPE");
42 auto op_options = operation->mutable_rope_options();
44 auto op_params = op->builtin_options_as_RoPEOptions();
45 assert(op_params !=
nullptr);
47 op_options->set_mode(op_params->mode());