Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dfunction.cc1129 const string& grad_name = FindGradient(func_name); in GetAttrImpl() local
1133 if (!grad_name.empty()) { in GetAttrImpl()
1134 return Find(grad_name); in GetAttrImpl()