Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dgradients.cc198 void BackpropAlongEdge(const NodeOut& dst_grad, const NodeOut& src);
225 void SymbolicGradientBuilder::BackpropAlongEdge(const NodeOut& dst_grad, in BackpropAlongEdge() argument
231 grads->push_back(dst_grad); in BackpropAlongEdge()
/external/tensorflow/tensorflow/cc/framework/
Dgradients.cc68 Status BackpropAlongEdge(const Output& dst_grad, const Output& src);
151 Status SymbolicGradientBuilder::BackpropAlongEdge(const Output& dst_grad, in BackpropAlongEdge() argument
159 grads->push_back(dst_grad); in BackpropAlongEdge()