| 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 |
nothing calls this directly
no test coverage detected