35 tflchef::Operation *operation = ctx->
chefop;
36 const tflite::Operator *op = ctx->
tflop;
38 auto op_params = op->builtin_options_as_SubOptions();
39 assert(op_params !=
nullptr);
41 operation->set_type(
"Sub");
43 auto op_options = operation->mutable_sub_options();
46 op_options->set_activation(tflchef_activation);
tflchef::Operation * chefop
const tflite::Operator * tflop