MCPcopy 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
3212def _is_symbolic_tensor(x):
3213 return tensor_util.is_tensor(x) and not isinstance(x, ops.EagerTensor)
3214
3215
3216def _convert_scipy_sparse_tensor(value, expected_input):

Callers 2

_compile_from_inputsMethod · 0.70

Calls 1

is_tensorMethod · 0.80

Tested by

no test coverage detected