Return true if we're not using the fake TF API stub implementation.
()
| 230 | |
| 231 | |
| 232 | def _using_tf(): |
| 233 | """Return true if we're not using the fake TF API stub implementation.""" |
| 234 | return tf.__version__ != "stub" |
| 235 | |
| 236 | |
| 237 | class ProjectorPlugin(base_plugin.TBPlugin): |
no outgoing calls
no test coverage detected
searching dependent graphs…