35 tflchef::Operation *operation = ctx->
chefop;
36 const tflite::Operator *op = ctx->
tflop;
38 operation->set_type(
"Mul");
40 auto op_params = op->builtin_options_as_MulOptions();
41 assert(op_params !=
nullptr);
43 auto op_options = operation->mutable_mul_options();
tflchef::Operation * chefop
const tflite::Operator * tflop