Update default Tflite model OpResolver in BaseOptions.

PiperOrigin-RevId: 477873299
This commit is contained in:
MediaPipe Team
2022-09-30 15:42:26 +00:00
committed by Sebastian Schmidt
parent 8af4cca413
commit 382158298b
11 changed files with 33 additions and 125 deletions
@@ -26,7 +26,6 @@ limitations under the License.
#include "mediapipe/tasks/cc/core/base_options.h"
#include "mediapipe/tasks/cc/vision/core/base_vision_task_api.h"
#include "mediapipe/tasks/cc/vision/image_segmenter/proto/image_segmenter_options.pb.h"
#include "tensorflow/lite/core/api/op_resolver.h"
#include "tensorflow/lite/kernels/register.h"
namespace mediapipe {