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

Function IsIndexedSlices

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

Source from the content-addressed store, hash-verified

849}
850bool IsVariable(PyObject* o) { return IsVariableHelper(o) == 1; }
851bool IsIndexedSlices(PyObject* o) { return IsIndexedSlicesHelper(o) == 1; }
852
853// Work around a writable-strings warning with Python 2's PyMapping_Keys macro,
854// and while we're at it give them consistent behavior by making sure the

Callers

nothing calls this directly

Calls 1

IsIndexedSlicesHelperFunction · 0.85

Tested by

no test coverage detected