32 tflchef::Operation *operation = ctx->
chefop;
33 const tflite::Operator *op = ctx->
tflop;
35 auto op_params = op->builtin_options_as_ConcatenationOptions();
36 assert(op_params !=
nullptr);
38 operation->set_type(
"Concatenation");
40 auto op_options = operation->mutable_concatenation_options();
42 op_options->set_axis(op_params->axis());
tflchef::Operation * chefop
const tflite::Operator * tflop