Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dfunction.cc1537 const string& grad_name = FindGradientHelper(func_name); in GetAttrImpl() local
1541 if (!grad_name.empty()) { in GetAttrImpl()
1542 if (const auto helper = FindHelper(grad_name)) { in GetAttrImpl()