Internal Change
PiperOrigin-RevId: 564316003
This commit is contained in:
parent
b2494fe3c1
commit
7f245bc84b
|
@ -166,8 +166,8 @@ absl::Status SetSubTaskBaseOptions(const ModelAssetBundleResources& resources,
|
||||||
->mutable_base_options()
|
->mutable_base_options()
|
||||||
->mutable_acceleration()
|
->mutable_acceleration()
|
||||||
->mutable_xnnpack();
|
->mutable_xnnpack();
|
||||||
ABSL_LOG(WARNING) << "Face blendshape model contains CPU only ops. Sets "
|
ABSL_LOG(WARNING) << "Sets FaceBlendshapesGraph acceleration to xnnpack "
|
||||||
<< "FaceBlendshapesGraph acceleration to Xnnpack.";
|
<< "by default.";
|
||||||
}
|
}
|
||||||
|
|
||||||
return absl::OkStatus();
|
return absl::OkStatus();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user