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
A process-global backend switch (LayerFactory::configure(...)) makes tests order-dependent and leaks config across runs. Please introduce per-run config:
and pass it to Executor (preferred) or graph.inference(RuntimeOptions). Then drop the global configure(...) and map CLI flags to RuntimeOptions. This enables clean test isolation and multiple backends in one process.