Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ IsCompositeTensor
Function
IsCompositeTensor
tensorflow/python/util/util.cc:893–893 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
891
}
892
893
bool IsCompositeTensor(PyObject* o) { return IsCompositeTensorHelper(o) == 1; }
894
895
bool IsTypeSpec(PyObject* o) { return IsTypeSpecHelper(o) == 1; }
896
Callers
3
TFE_Py_EncodeArgHelper
Function · 0.85
GetValueIteratorForComposite
Function · 0.85
AssertSameStructureHelper
Function · 0.85
Calls
1
IsCompositeTensorHelper
Function · 0.85
Tested by
no test coverage detected