MCPcopy Create free account
hub / github.com/tensorflow/tensorboard / _using_tf

Function _using_tf

tensorboard/plugins/projector/projector_plugin.py:232–234  ·  view source on GitHub ↗

Return true if we're not using the fake TF API stub implementation.

()

Source from the content-addressed store, hash-verified

230
231
232def _using_tf():
233 """Return true if we're not using the fake TF API stub implementation."""
234 return tf.__version__ != "stub"
235
236
237class ProjectorPlugin(base_plugin.TBPlugin):

Callers 3

_get_reader_for_runMethod · 0.85
_find_latest_checkpointFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…