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

Function is_xla_enabled

tensorflow/python/framework/is_xla_test_true.py:27–29  ·  view source on GitHub ↗

Returns true to state XLA should be enabled for Tensorflow tests.

()

Source from the content-addressed store, hash-verified

25from __future__ import print_function
26
27def is_xla_enabled():
28 """Returns true to state XLA should be enabled for Tensorflow tests."""
29 return True

Callers 2

decoratedFunction · 0.90
__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected