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

Method TensorId

tensorflow/python/eager/pywrap_tfe_src.cc:1077–1079  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1075 }
1076
1077 tensorflow::int64 TensorId(PyObject* tensor) const final {
1078 return FastTensorId(tensor);
1079 }
1080
1081 void MarkAsResult(PyObject* gradient) const final { Py_INCREF(gradient); }
1082

Callers

nothing calls this directly

Calls 1

FastTensorIdFunction · 0.85

Tested by

no test coverage detected