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
Memoize iree_runtime_call_t initialization and populate buffer
views at setup to avoid paying the penalty for every Graph::execute
invocation. Use iree_runtime_call_reset to reset the call inputs/outputs
if needed.
Memoize
iree_runtime_call_tinitialization and populate bufferviews at setup to avoid paying the penalty for every
Graph::executeinvocation. Use
iree_runtime_call_resetto reset the call inputs/outputsif needed.