Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dgradients.cc329 Status s = gradient::GetOpGradientCreator(func, &creator); in IsPrimitiveOpWithNoGrad()
/external/tensorflow/tensorflow/core/framework/
Dfunction.h823 Status GetOpGradientCreator(const string& op, Creator* creator);
Dfunction.cc1687 Status GetOpGradientCreator(const string& op, Creator* creator) { in GetOpGradientCreator() function
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.cc619 TF_RETURN_IF_ERROR(gradient::GetOpGradientCreator(func.name(), &creator)); in InstantiateSymbolicGradient()