31 circlechef::ModelRecipe *model_recipe)
const
33 auto op_params = op->builtin_options_as_BatchMatMulOptions();
34 assert(op_params !=
nullptr);
36 auto operation = model_recipe->add_operation();
38 operation->set_type(
"BatchMatMul");
40 auto op_options = operation->mutable_batch_matmul_options();
42 op_options->set_adjoint_lhs(op_params->adjoint_lhs());
43 op_options->set_adjoint_rhs(op_params->adjoint_rhs());