MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / _XlaScope

Class _XlaScope

tensorflow/python/compiler/xla/jit.py:32–37  ·  view source on GitHub ↗

Keeps track of previous XLA scope calls, and depth of current call.

Source from the content-addressed store, hash-verified

30
31
32class _XlaScope(object):
33 """Keeps track of previous XLA scope calls, and depth of current call."""
34
35 def __init__(self, count, depth):
36 self.count = count
37 self.depth = depth
38
39
40@contextlib.contextmanager

Callers 1

experimental_jit_scopeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected