MCPcopy 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
243def 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
248if __name__ == "__main__":

Callers 3

_testMaxItersSimpleMethod · 0.85
testMapMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected