MCPcopy 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
5845def _is_symbolic_tensor(x):
5846 return tensor_util.is_tensor(x) and not isinstance(x, ops.EagerTensor)

Callers 1

Calls 1

is_tensorMethod · 0.80

Tested by

no test coverage detected