Internal change.

PiperOrigin-RevId: 527010360
This commit is contained in:
MediaPipe Team
2023-04-25 10:41:52 -07:00
committed by Copybara-Service
parent 9e30b00685
commit 17f5b95387
14 changed files with 18 additions and 15 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ class Contract {
std::tuple<T...> items;
// TODO: when forwarding nested items (e.g. ports), check for conflicts.
// TODO -, check for conflicts.
decltype(ExtractNestedItems(items)) all_items{ExtractNestedItems(items)};
constexpr auto inputs() const {