Searched refs:RemoveGradient (Results 1 – 2 of 2) sorted by relevance
487 Status RemoveGradient(const string& func) EXCLUSIVE_LOCKS_REQUIRED(mu_);
1213 TF_RETURN_IF_ERROR(RemoveGradient(grad.function_name())); in ReplaceGradient()1234 Status FunctionLibraryDefinition::RemoveGradient(const string& func) { in RemoveGradient() function in tensorflow::FunctionLibraryDefinition1252 Status s = RemoveGradient(f); in Remove()