Project import generated by Copybara.
GitOrigin-RevId: 4419aaa472eeb91123d1f8576188166ee0e5ea69
This commit is contained in:
@@ -264,6 +264,10 @@ static ::mediapipe::Status PrefixNames(std::string prefix,
|
||||
generator.mutable_input_side_packet(), replace_names));
|
||||
MP_RETURN_IF_ERROR(TransformStreamNames(
|
||||
generator.mutable_output_side_packet(), replace_names));
|
||||
|
||||
// Remove input side packets ignored by the subgraph-node.
|
||||
MP_RETURN_IF_ERROR(RemoveIgnoredStreams(
|
||||
generator.mutable_input_side_packet(), ignored_input_side_packets));
|
||||
}
|
||||
return ::mediapipe::OkStatus();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user