Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dfunction.h487 Status RemoveGradient(const string& func) EXCLUSIVE_LOCKS_REQUIRED(mu_);
Dfunction.cc1213 TF_RETURN_IF_ERROR(RemoveGradient(grad.function_name())); in ReplaceGradient()
1234 Status FunctionLibraryDefinition::RemoveGradient(const string& func) { in RemoveGradient() function in tensorflow::FunctionLibraryDefinition
1252 Status s = RemoveGradient(f); in Remove()