Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
199
def
_NotNone(v):
200
if
v is None:
201
return
_Message(
"None"
)
202
else
:
203
return
v
204
205
206
def
_FilterTuple(v):
Callers
5
_FilterInt
Function · 0.85
_FilterFloat
Function · 0.85
_FilterComplex
Function · 0.85
_FilterStr
Function · 0.85
_FilterBool
Function · 0.85
Calls
1
_Message
Class · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…