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/engine/training.py:3212–3213 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
3210
3211
3212
def
_is_symbolic_tensor(x):
3213
return
tensor_util.is_tensor(x) and not isinstance(x, ops.EagerTensor)
3214
3215
3216
def
_convert_scipy_sparse_tensor(value, expected_input):
Callers
2
_standardize_user_data
Method · 0.70
_compile_from_inputs
Method · 0.70
Calls
1
is_tensor
Method · 0.80
Tested by
no test coverage detected