MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / use_xla_backend

Function use_xla_backend

imperative/python/megengine/core/_trace_option.py:27–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25
26
27def use_xla_backend() -> bool:
28 return _use_xla_backend
29
30
31def set_use_xla_backend(option: bool) -> bool:

Callers 2

__call__Method · 0.85
decoratorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected