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

Function _NotNone

tensorboard/util/tensor_util.py:199–203  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

197
198
199def _NotNone(v):
200 if v is None:
201 return _Message("None")
202 else:
203 return v
204
205
206def _FilterTuple(v):

Callers 5

_FilterIntFunction · 0.85
_FilterFloatFunction · 0.85
_FilterComplexFunction · 0.85
_FilterStrFunction · 0.85
_FilterBoolFunction · 0.85

Calls 1

_MessageClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…