MCPcopy 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
893bool IsCompositeTensor(PyObject* o) { return IsCompositeTensorHelper(o) == 1; }
894
895bool IsTypeSpec(PyObject* o) { return IsTypeSpecHelper(o) == 1; }
896

Callers 3

TFE_Py_EncodeArgHelperFunction · 0.85

Calls 1

IsCompositeTensorHelperFunction · 0.85

Tested by

no test coverage detected