Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dfunction.cc1439 TF_RETURN_IF_ERROR(RemoveGradient(grad.function_name())); in ReplaceGradient()
1466 Status FunctionLibraryDefinition::RemoveGradient(const string& func) { in RemoveGradient() function in tensorflow::FunctionLibraryDefinition
1484 Status s = RemoveGradient(f); in Remove()
Dfunction.h580 Status RemoveGradient(const std::string& func)