Home
last modified time | relevance | path

Searched refs:DeleteGradient (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/c/eager/
Dtape.h105 virtual void DeleteGradient(Gradient* gradient) const = 0;
576 vspace.DeleteGradient(grad); in ComputeGradient()
620 vspace.DeleteGradient(g); in ComputeGradient()
666 vspace.DeleteGradient(g); in ComputeGradient()
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc1135 void DeleteGradient(PyObject* tensor) const final { Py_XDECREF(tensor); } in DeleteGradient() function in PyVSpace