Project import generated by Copybara.

GitOrigin-RevId: 87e46800807001e01d686fd7bcc2533714556920
This commit is contained in:
MediaPipe Team
2019-12-09 13:11:22 -08:00
committed by jqtang
parent 86b3283b2f
commit 38ee2603a7
4 changed files with 5 additions and 5 deletions
@@ -464,7 +464,7 @@ REGISTER_CALCULATOR(TfLiteInferenceCalculator);
// Get model name.
if (!options.model_path().empty()) {
auto model_path = options.model_path();
std::string model_path = options.model_path();
ASSIGN_OR_RETURN(model_path_, mediapipe::PathToResourceAsFile(model_path));
} else {