32 tflchef::Operation *operation = ctx->
chefop;
33 const tflite::Operator *op = ctx->
tflop;
35 auto op_params = op->builtin_options_as_L2NormOptions();
37 operation->set_type(
"L2Normalize");
39 auto op_options = operation->mutable_l2norm_options();
tflchef::Operation * chefop
const tflite::Operator * tflop