Skip to content

Commit

Permalink
Update tensors_to_image_calculator.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
nallave authored Dec 11, 2024
1 parent 43dea0a commit 09c2a76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ absl::Status TensorsToImageCalculator::UpdateContract(CalculatorContract* cc) {
MP_RETURN_IF_ERROR([MPPMetalHelper updateContract:cc]);
#else
return GlCalculatorHelper::UpdateContract(cc,
/*requesst_gpu_as_optional=*/true);
/*request_gpu_as_optional=*/true);
#endif // MEDIAPIPE_METAL_ENABLED
#endif // !MEDIAPIPE_DISABLE_GPU
return absl::OkStatus();
Expand Down

0 comments on commit 09c2a76

Please sign in to comment.