MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / IsTensor

Function IsTensor

tensorflow/python/util/util.cc:846–846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

844bool IsMappingView(PyObject* o) { return IsMappingViewHelper(o) == 1; }
845bool IsAttrs(PyObject* o) { return IsAttrsHelper(o) == 1; }
846bool IsTensor(PyObject* o) { return IsTensorHelper(o) == 1; }
847bool IsResourceVariable(PyObject* o) {
848 return IsResourceVariableHelper(o) == 1;
849}

Callers 1

TFE_Py_EncodeArgHelperFunction · 0.85

Calls 1

IsTensorHelperFunction · 0.85

Tested by

no test coverage detected