32 tflchef::Operation *operation = ctx->
chefop;
33 const tflite::Operator *op = ctx->
tflop;
34 operation->set_type(
"Shape");
36 auto op_params = op->builtin_options_as_ShapeOptions();
37 assert(op_params !=
nullptr);
39 auto op_options = operation->mutable_shape_options();
tflchef::Operation * chefop
const tflite::Operator * tflop