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

Function TFE_Py_TapeSetDeleteTrace

tensorflow/python/eager/pywrap_tfe_src.cc:1958–1962  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1956}
1957
1958void TFE_Py_TapeSetDeleteTrace(tensorflow::int64 tensor_id) {
1959 for (TFE_Py_Tape* tape : *GetTapeSet()) {
1960 tape->tape->DeleteTrace(tensor_id);
1961 }
1962}
1963
1964std::vector<PyObject*> MakeTensorList(PyObject* tensors) {
1965 PyObject* seq = PySequence_Fast(tensors, "expected a sequence");

Callers 1

EagerTensor_deallocFunction · 0.85

Calls 1

DeleteTraceMethod · 0.80

Tested by

no test coverage detected