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

Method is_enabled

tensorflow/python/tpu/tensor_tracer.py:224–226  ·  view source on GitHub ↗

Returns True if TensorTracer is enabled.

()

Source from the content-addressed store, hash-verified

222
223 @staticmethod
224 def is_enabled():
225 """Returns True if TensorTracer is enabled."""
226 return tensor_tracer_flags.TTParameters().is_enabled()
227
228 @staticmethod
229 def check_device_type(device_type):

Callers 4

body_wrapperFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36