35 tflchef::Operation *operation = ctx->
chefop;
36 const tflite::Operator *op = ctx->
tflop;
38 auto op_params = op->builtin_options_as_AddOptions();
39 assert(op_params !=
nullptr);
41 operation->set_type(
"Add");
43 auto op_options = operation->mutable_add_options();
tflchef::Operation * chefop
const tflite::Operator * tflop