Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ is_compile_on_demand
Function
is_compile_on_demand
tensorflow/compiler/tests/while_test.py:243–245 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
241
242
243
def
is_compile_on_demand():
244
return
(
"TF_XLA_FLAGS"
in os.environ and
245
"tf_xla_compile_on_demand"
in os.environ[
"TF_XLA_FLAGS"
])
246
247
248
if
__name__ ==
"__main__"
:
Callers
3
_testMaxItersSimple
Method · 0.85
_testNestedWhileLoopWithMaxItersFromOuterContext
Method · 0.85
testMap
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected