Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ _is_symbolic_tensor
Function
_is_symbolic_tensor
tensorflow/python/keras/backend.py:5845–5846 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
5843
5844
5845
def
_is_symbolic_tensor(x):
5846
return
tensor_util.is_tensor(x) and not isinstance(x, ops.EagerTensor)
Callers
1
sparse_categorical_crossentropy
Function · 0.70
Calls
1
is_tensor
Method · 0.80
Tested by
no test coverage detected