32 tflchef::Operation *operation = ctx->
chefop;
33 const tflite::Operator *op = ctx->
tflop;
35 auto op_params = op->builtin_options_as_UniqueOptions();
36 assert(op_params !=
nullptr);
38 operation->set_type(
"Unique");
40 auto op_options = operation->mutable_unique_options();
42 op_options->set_idx_out_type(
as_tflchef_type(op_params->idx_out_type()));
tflchef::Operation * chefop
const tflite::Operator * tflop