Project import generated by Copybara.

GitOrigin-RevId: d073f8e21be2fcc0e503cb97c6695078b6b75310
This commit is contained in:
MediaPipe Team
2021-02-27 03:30:05 -05:00
committed by chuoling
parent 39309bedba
commit 350fbb2100
755 changed files with 16391 additions and 11075 deletions
@@ -99,9 +99,9 @@ std::unique_ptr<CalculatorState> MakeCalculatorState(
std::unique_ptr<CalculatorContext> MakeCalculatorContext(
CalculatorState* calculator_state) {
return absl::make_unique<CalculatorContext>(
calculator_state, tool::CreateTagMap({}).ValueOrDie(),
tool::CreateTagMap({}).ValueOrDie());
return absl::make_unique<CalculatorContext>(calculator_state,
tool::CreateTagMap({}).value(),
tool::CreateTagMap({}).value());
}
TEST(CalculatorTest, NodeId) {