Expand description
Browser graph legality checks — reject transport/host-only paths before compile/run on wasm.
Constants§
- COLLECTIVE_
OPS collective.*custom op names blocked in the browser (no TCP transport).
Functions§
- collective_
block_ reason - Returns a human-readable reason when
graphcontains browser-forbidden ops. - first_
browser_ unsupported_ op - First unsupported op kind for a browser device (for diagnostics).
- passes_
browser_ preflight - True when the graph has no browser-blocked transport/custom ops.
- select_
browser_ device_ for_ graph - Pick the highest-priority browser device that can legalize
graph.