MCPcopy Create free account
hub / github.com/alibaba/nann / GetTapeSet

Function GetTapeSet

tensorflow/tensorflow/python/eager/pywrap_tfe_src.cc:1378–1385  ·  view source on GitHub ↗

Note: in the current design no mutex is needed here because of the python GIL, which is always held when any TFE_Py_* methods are called. We should revisit this if/when decide to not hold the GIL while manipulating the tape stack.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 9

HasTapeFunction · 0.85
SafeTapeSetMethod · 0.85
TFE_Py_TapeSetNewFunction · 0.85
TFE_Py_TapeSetAddFunction · 0.85
TFE_Py_TapeSetRemoveFunction · 0.85
TFE_Py_TapeGradientFunction · 0.85

Calls 2

resetMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected