You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Operations that are composed of other operations have no mechanisms to deal with consumable objects as the Pipeline and ExecutionEngine does. If an object to be consumed multiple times, the operation just eats it and then provides faulty result.
Suggestion: move handling of consumables into context and use context.retain(obj, retain_times=1)
The text was updated successfully, but these errors were encountered:
Operations that are composed of other operations have no mechanisms to deal with consumable objects as the Pipeline and ExecutionEngine does. If an object to be consumed multiple times, the operation just eats it and then provides faulty result.
Suggestion: move handling of consumables into context and use
context.retain(obj, retain_times=1)
The text was updated successfully, but these errors were encountered: