Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dgradients.cc338 Status s = gradient::GetOpGradientCreator(func, &creator); in IsPrimitiveOpWithNoGrad()
Dfunction.cc698 TF_RETURN_IF_ERROR(gradient::GetOpGradientCreator(func.name(), &creator)); in InstantiateSymbolicGradient()
/external/tensorflow/tensorflow/core/framework/
Dfunction.h1153 Status GetOpGradientCreator(const std::string& op, Creator* creator);
Dfunction.cc2032 Status GetOpGradientCreator(const string& op, Creator* creator) { in GetOpGradientCreator() function
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_optimizer.cc1051 TF_RETURN_IF_ERROR(gradient::GetOpGradientCreator(func.name(), &creator)); in MakeFunctionBodyForInlining()