32 tflchef::Operation *operation = ctx->
chefop;
33 const tflite::Operator *op = ctx->
tflop;
35 auto op_params = op->builtin_options_as_DivOptions();
36 assert(op_params !=
nullptr);
38 operation->set_type(
"Div");
40 auto op_options = operation->mutable_div_options();
tflchef::Operation * chefop
const tflite::Operator * tflop