Internal Change

PiperOrigin-RevId: 564316003
This commit is contained in:
MediaPipe Team 2023-09-11 02:37:08 -07:00 committed by Copybara-Service
parent b2494fe3c1
commit 7f245bc84b

View File

@ -166,8 +166,8 @@ absl::Status SetSubTaskBaseOptions(const ModelAssetBundleResources& resources,
->mutable_base_options()
->mutable_acceleration()
->mutable_xnnpack();
ABSL_LOG(WARNING) << "Face blendshape model contains CPU only ops. Sets "
<< "FaceBlendshapesGraph acceleration to Xnnpack.";
ABSL_LOG(WARNING) << "Sets FaceBlendshapesGraph acceleration to xnnpack "
<< "by default.";
}
return absl::OkStatus();