40 tflchef::Operation *operation = ctx->
chefop;
41 const tflite::Operator *op = ctx->
tflop;
43 auto op_params = op->builtin_options_as_FullyConnectedOptions();
44 assert(op_params !=
nullptr);
46 operation->set_type(
"FullyConnected");
48 auto op_options = operation->mutable_fullyconnected_options();
51 op_options->set_keep_num_dims(op_params->keep_num_dims());
tflchef::Operation * chefop
const tflite::Operator * tflop